summaryrefslogtreecommitdiffstats
path: root/res/drawable/grid_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/grid_background.xml')
-rw-r--r--res/drawable/grid_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/grid_background.xml b/res/drawable/grid_background.xml
index 8e0369e..fad1d2a 100644
--- a/res/drawable/grid_background.xml
+++ b/res/drawable/grid_background.xml
@@ -19,6 +19,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/image_border_bg_pressed_blue" />
- <item android:state_focused="true" android:drawable="@drawable/image_border_bg_focus_blue" />
+ <item android:state_window_focused="true" android:state_focused="true" android:drawable="@drawable/image_border_bg_focus_blue" />
<item android:drawable="@drawable/image_border_bg_normal" />
</selector>