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

6 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@drawable/emoji_custom_color" />
<item android:drawable="@drawable/emoji_custom_light" />
</selector>