apkfuckery/com.discord/res/drawable/drawable_overlay_category_l...

7 lines
395 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
2020-01-10 03:40:06 +00:00
<item android:state_pressed="true" android:drawable="@drawable/drawable_overlay_category_pressed_light" />
<item android:state_focused="true" android:drawable="@drawable/drawable_overlay_category_pressed_light" />
2019-07-24 11:27:29 +00:00
<item android:drawable="@color/transparent" />
</selector>