chenqiyang
2023-04-12 2dc8402ebc25928614334407b9d736af0daeb6e1
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
 
    <item android:drawable="@drawable/my_switch_on" android:state_selected="true"/>
    <item android:drawable="@drawable/my_switch_off"/>
 
</selector>