diff options
Diffstat (limited to 'res/drawable/border_last_picture.xml')
-rw-r--r-- | res/drawable/border_last_picture.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/drawable/border_last_picture.xml b/res/drawable/border_last_picture.xml index 6cddf88..1463ccc 100644 --- a/res/drawable/border_last_picture.xml +++ b/res/drawable/border_last_picture.xml @@ -16,9 +16,6 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/border_last_picture_pressed" /> - <item android:state_window_focused="true" - android:state_focused="true" - android:drawable="@drawable/border_last_picture_highlight" /> <item android:drawable="@drawable/border_last_picture_normal" /> </selector> |