linphone-android/res/drawable/chat.xml
Margaux Clerc a6447e7eaa Update ui
2015-11-09 14:27:03 +01:00

9 lines
385 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/footer_chat_selected" />
<item android:state_selected="true"
android:drawable="@drawable/footer_chat_selected" />
<item
android:drawable="@drawable/footer_chat" />
</selector>