linphone-android/res/drawable/add_call.xml
2012-08-03 11:22:51 +02:00

10 lines
397 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/add_call_more_over" />
<item android:state_enabled="false"
android:drawable="@drawable/add_call_more_disable" />
<item
android:drawable="@drawable/add_call_more_default" />
</selector>