TablePCControl/app/src/main/res/drawable/switch_thumb.xml
2024-12-07 11:03:20 +01:00

6 lines
308 B
XML

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