mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
9 lines
353 B
XML
9 lines
353 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_selected="true"
|
|
android:drawable="@drawable/camera_selected" />
|
|
<item android:state_enabled="false"
|
|
android:drawable="@drawable/camera_disabled" />
|
|
<item
|
|
android:drawable="@drawable/camera_default" />
|
|
</selector>
|