mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
8 lines
308 B
XML
8 lines
308 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/all_selected" />
|
|
<item android:state_enabled="false"
|
|
android:drawable="@drawable/all_default" />
|
|
</selector>
|
|
|