blob: d25485443a56f3e931bea5910df39a3042b135da (
plain) (
blame)
1
2
3
4
5
|
<?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/state_on"/>
<item android:drawable="@drawable/state_off"/>
</selector>
|