blob: bed0c5778a463b00d934bce818650daafb82b35d [file] [log] [blame]
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- pressed state -->
<item android:state_pressed="true">
<shape android:shape="rectangle">
<size android:width="80dp" android:height="80dp"/>
<stroke android:width="2dp" android:color="#FFFFFF00"/>
<solid android:color="#00FFFFFF"/>
</shape>
</item>
<item>
<shape android:shape="rectangle">
<size android:width="80dp" android:height="80dp"/>
<stroke android:width="0.5dp" android:color="#FFFFFF00"/>
<solid android:color="#00FFFFFF"/>
</shape>
</item>
</selector>