guoshen
2024-06-29 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81
1
2
3
4
5
6
7
8
9
10
11
<?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/ic_checked" />
    <item
        android:state_checked="false"
        android:drawable="@drawable/ic_unchecked" />
    <item
        android:drawable="@drawable/ic_unchecked" /><!-- The default one -->
</selector>