mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
10 lines
403 B
XML
10 lines
403 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/resizable_assistant_button_over" />
|
|
<item android:state_enabled="false"
|
|
android:drawable="@drawable/resizable_assistant_button_disabled" />
|
|
<item
|
|
android:drawable="@drawable/resizable_assistant_button" />
|
|
</selector>
|
|
|