diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-13 12:42:30 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-13 12:45:48 +0800 |
commit | e5948ef1761ac00e7980d1c5574d37502ead3b41 (patch) | |
tree | d77c07528417de30835c8e2f9b98c40ba035c973 /res/drawable | |
parent | da44ccb31dd6ad03741b3ba1b343c290db808fcd (diff) | |
download | packages_apps_LegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.zip packages_apps_LegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.tar.gz packages_apps_LegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.tar.bz2 |
Update the border assets of the thumbnail.
bug:5290450
Change-Id: I40c4a3668bb4dcea500024616cb3cc742c9e7e89
Diffstat (limited to 'res/drawable')
-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> |