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

7 lines
446 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
2020-07-08 16:44:49 +00:00
<item android:drawable="@drawable/ic_headset_deafened_interactiveactive_light_24dp" android:state_activated="true" />
<item android:state_checked="true" android:drawable="@drawable/ic_headset_deafened_interactiveactive_light_24dp" />
<item android:drawable="@drawable/ic_headset_interactivenormal_light_24dp" />
2020-05-17 12:40:10 +00:00
</selector>