summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_camera_arrow_left.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/btn_camera_arrow_left.xml')
-rw-r--r--res/drawable/btn_camera_arrow_left.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/btn_camera_arrow_left.xml b/res/drawable/btn_camera_arrow_left.xml
index 9d7dcdd..494899b 100644
--- a/res/drawable/btn_camera_arrow_left.xml
+++ b/res/drawable/btn_camera_arrow_left.xml
@@ -16,12 +16,12 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_window_focused="false"
- android:drawable="@drawable/btn_camera_arrow_left_default" />
-
<item android:state_pressed="true"
android:drawable="@drawable/btn_camera_arrow_left_press" />
+ <item android:state_window_focused="true" android:state_focused="true"
+ android:drawable="@drawable/btn_camera_arrow_left_selected" />
+
<item
android:drawable="@drawable/btn_camera_arrow_left_default" />