linphone-android/res/drawable/history_all.xml
2012-09-26 09:49:52 +02:00

8 lines
324 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true"
android:drawable="@drawable/history_all_default" />
<item android:state_enabled="false"
android:drawable="@drawable/history_all_selected" />
</selector>