linphone-android/res/drawable/list_detail.xml
2018-07-16 15:43:56 +02:00

5 lines
271 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/list_details_over"/>
<item android:drawable="@drawable/list_details_default"/>
</selector>