11 lines
469 B
XML
11 lines
469 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<!-- checked -->
|
||
|
<item android:state_pressed="true" android:drawable="@drawable/ic_btn_wocheckbox_pushed"/>
|
||
|
<!-- unchecked noempty -->
|
||
|
<item android:state_checked="true" android:drawable="@drawable/ic_btn_wocheckbox_selected"/>
|
||
|
<!-- unchecked nempty -->
|
||
|
<item android:drawable="@drawable/ic_btn_wocheckbox_notselected"/>
|
||
|
|
||
|
</selector>
|