pdlivexp/live/src/main/res/drawable/chatfrom_bg.xml

9 lines
458 B
XML
Raw Normal View History

2022-07-18 15:31:45 +08:00
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true" android:drawable="@drawable/chatfrom_bg_focused" />
<item android:state_pressed="true" android:drawable="@drawable/chatfrom_bg_pressed" />
<item android:state_selected="true" android:drawable="@drawable/chatfrom_bg_focused" />
<item android:drawable="@drawable/chatfrom_bg_normal" />
</selector>