discord-jadx/app/src/main/res/drawable/drawable_overlay_category_d...

7 lines
389 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/drawable_overlay_category_pressed_dark"/>
<item android:state_focused="true" android:drawable="@drawable/drawable_overlay_category_pressed_dark"/>
<item android:drawable="@color/transparent"/>
</selector>