PlayerAndroid/appthemehelper/src/main/res/drawable/ate_switch.xml
2019-04-20 10:59:45 +05:30

5 lines
No EOL
301 B
XML

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