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

7 lines
413 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/bg_chat_sticker_greet_button_pressed"/>
<item android:state_focused="true" android:drawable="@drawable/bg_chat_sticker_greet_button_pressed"/>
<item android:drawable="@drawable/bg_chat_sticker_greet_button_default"/>
</selector>