diff options
Diffstat (limited to 'res/drawable/border_last_picture.xml')
-rw-r--r-- | res/drawable/border_last_picture.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/border_last_picture.xml b/res/drawable/border_last_picture.xml index 1463ccc..b44d4ee 100644 --- a/res/drawable/border_last_picture.xml +++ b/res/drawable/border_last_picture.xml @@ -15,7 +15,7 @@ --> <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_pressed="true" android:drawable="@drawable/ic_highlight" /> <item android:drawable="@drawable/border_last_picture_normal" /> </selector> |