OsmAnd/OsmAnd/res/drawable/ic_btn_wocheckbox.xml
2012-06-25 11:32:00 +02:00

11 lines
No EOL
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>