mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-29 01:29:19 +00:00
Fixed camera button selected state
This commit is contained in:
parent
47e7bc2293
commit
747ce18803
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue