discord-jadx/app/src/main/res/drawable/drawable_bg_highlight.xml

6 lines
242 B
XML

<?xml version="1.0" encoding="utf-8"?>
<transition xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/transparent"/>
<item android:drawable="?attr/theme_chat_mention_background"/>
</transition>