Newer
Older
SmartKitchen / app / src / main / res / drawable / select_switch_circle.xml
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/switch_circle_on" android:state_checked="true" />
    <item android:drawable="@drawable/switch_circle_off" />
</selector>