apkfuckery/com.discord/res/drawable/drawable_ic_mic_white_18dp.xml
2019-02-04 21:05:16 +01:00

6 lines
276 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/ic_mic_off_white_18dp" />
<item android:drawable="@drawable/ic_mic_white_18dp" />
</selector>