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"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<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"
|
<item android:state_enabled="false"
|
||||||
android:drawable="@drawable/camera_disabled" />
|
android:drawable="@drawable/camera_disabled" />
|
||||||
<item
|
<item
|
||||||
|
|
Loading…
Reference in a new issue