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.
39 lines
1.1 KiB
39 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item android:state_checked="true" >
|
|
<layer-list >
|
|
<item >
|
|
<shape android:shape="rectangle">
|
|
<stroke android:width="5dp" android:color="#ff0000"/>
|
|
</shape>
|
|
|
|
</item>
|
|
<item android:bottom="5dp" >
|
|
<shape android:shape="rectangle" >
|
|
<solid android:color="#fff"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|
|
|
|
|
|
</item>
|
|
<item android:state_selected="true" >
|
|
<layer-list >
|
|
<item >
|
|
<shape android:shape="rectangle">
|
|
<stroke android:width="5dp" android:color="#ff0000"/>
|
|
</shape>
|
|
</item>
|
|
<item android:bottom="5dp" >
|
|
<shape android:shape="rectangle" >
|
|
<solid android:color="#fff"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|
|
</item>
|
|
<item >
|
|
<shape >
|
|
<solid android:color="#ffF"/>
|
|
</shape>
|
|
</item>
|
|
</selector> |