apkfuckery/com.discord/res/drawable/drawable_icon_switch.xml

7 lines
364 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true" android:drawable="@drawable/icon_switch_active" />
<item android:state_enabled="true" android:drawable="@drawable/icon_switch_active" />
<item android:drawable="@drawable/icon_switch_neutral" />
</selector>