mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
9 lines
348 B
XML
9 lines
348 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:state_checked="true"
|
||
|
android:drawable="@drawable/btn_check_on_normal_holo_light" />
|
||
|
<item android:state_checked="false"
|
||
|
android:drawable="@drawable/btn_check_off_normal_holo_light" />
|
||
|
</selector>
|
||
|
|