mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-07 01:35:03 -05:00
10 lines
309 B
XML
10 lines
309 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:state_pressed="false"
|
|
android:drawable="@drawable/red" />
|
|
<item
|
|
android:state_pressed="true"
|
|
android:drawable="@drawable/darkred" />
|
|
</selector>
|