You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
653 B
18 lines
653 B
7 months ago
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:state_pressed="true">
|
||
|
<shape android:shape="oval">
|
||
|
<size android:width="48dp" android:height="48dp"/>
|
||
|
<stroke android:width="0dp" android:color="#FFBBBBBB" />
|
||
|
<solid android:color="#D05555FF" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item>
|
||
|
<shape android:shape="oval">
|
||
|
<size android:width="48dp" android:height="48dp"/>
|
||
|
<stroke android:width="0dp" android:color="#FFBBBBBB" />
|
||
|
<solid android:color="#665555FF" /> <!-- spec is 26000000 -->
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
|
||
|
</selector>
|