tmap/res/drawable/switch_thumb_selector.xml
2022-06-10 21:38:30 +09:00

6 lines
298 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="false" android:drawable="@drawable/switch_thumb_off" />
<item android:state_checked="true" android:drawable="@drawable/switch_thumb_on" />
</selector>