Linjiajia
2023-03-28 bf4e40cdf60c2a2fd8a486051a1ddac2daefef62
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="@null" />-->
<!--    <item-->
<!--        android:drawable="@null" />&lt;!&ndash; The default one &ndash;&gt;-->
</selector>