diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-12 22:01:53 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-12 22:01:53 -0700 |
commit | 3851427b88ef75c961bcd38145fa3b551582eb26 (patch) | |
tree | 2539eabd33203a36e1bd43fdbf9b1edb6e325efb | |
parent | c184284b13c6b5c1981a43f5415ca83aba130652 (diff) | |
parent | e5948ef1761ac00e7980d1c5574d37502ead3b41 (diff) | |
download | LegacyCamera-3851427b88ef75c961bcd38145fa3b551582eb26.zip LegacyCamera-3851427b88ef75c961bcd38145fa3b551582eb26.tar.gz LegacyCamera-3851427b88ef75c961bcd38145fa3b551582eb26.tar.bz2 |
Merge "Update the border assets of the thumbnail."
-rw-r--r-- | res/drawable-hdpi/border_last_picture_pressed.9.png | bin | 1989 -> 0 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_highlight.9.png | bin | 0 -> 670 bytes | |||
-rwxr-xr-x | res/drawable-mdpi/border_last_picture_pressed.9.png | bin | 795 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_highlight.9.png | bin | 0 -> 525 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_highlight.9.png | bin | 0 -> 995 bytes | |||
-rw-r--r-- | res/drawable/border_last_picture.xml | 2 |
6 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/border_last_picture_pressed.9.png b/res/drawable-hdpi/border_last_picture_pressed.9.png Binary files differdeleted file mode 100644 index 2c7ba22..0000000 --- a/res/drawable-hdpi/border_last_picture_pressed.9.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_highlight.9.png b/res/drawable-hdpi/ic_highlight.9.png Binary files differnew file mode 100644 index 0000000..e4cd688 --- /dev/null +++ b/res/drawable-hdpi/ic_highlight.9.png diff --git a/res/drawable-mdpi/border_last_picture_pressed.9.png b/res/drawable-mdpi/border_last_picture_pressed.9.png Binary files differdeleted file mode 100755 index d18e929..0000000 --- a/res/drawable-mdpi/border_last_picture_pressed.9.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_highlight.9.png b/res/drawable-mdpi/ic_highlight.9.png Binary files differnew file mode 100644 index 0000000..2c424c0 --- /dev/null +++ b/res/drawable-mdpi/ic_highlight.9.png diff --git a/res/drawable-xhdpi/ic_highlight.9.png b/res/drawable-xhdpi/ic_highlight.9.png Binary files differnew file mode 100644 index 0000000..875d89f --- /dev/null +++ b/res/drawable-xhdpi/ic_highlight.9.png 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> |