summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-09-12 22:01:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-12 22:01:53 -0700
commit3851427b88ef75c961bcd38145fa3b551582eb26 (patch)
tree2539eabd33203a36e1bd43fdbf9b1edb6e325efb
parentc184284b13c6b5c1981a43f5415ca83aba130652 (diff)
parente5948ef1761ac00e7980d1c5574d37502ead3b41 (diff)
downloadLegacyCamera-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.pngbin1989 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_highlight.9.pngbin0 -> 670 bytes
-rwxr-xr-xres/drawable-mdpi/border_last_picture_pressed.9.pngbin795 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_highlight.9.pngbin0 -> 525 bytes
-rw-r--r--res/drawable-xhdpi/ic_highlight.9.pngbin0 -> 995 bytes
-rw-r--r--res/drawable/border_last_picture.xml2
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
deleted file mode 100644
index 2c7ba22..0000000
--- a/res/drawable-hdpi/border_last_picture_pressed.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_highlight.9.png b/res/drawable-hdpi/ic_highlight.9.png
new file mode 100644
index 0000000..e4cd688
--- /dev/null
+++ b/res/drawable-hdpi/ic_highlight.9.png
Binary files differ
diff --git a/res/drawable-mdpi/border_last_picture_pressed.9.png b/res/drawable-mdpi/border_last_picture_pressed.9.png
deleted file mode 100755
index d18e929..0000000
--- a/res/drawable-mdpi/border_last_picture_pressed.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_highlight.9.png b/res/drawable-mdpi/ic_highlight.9.png
new file mode 100644
index 0000000..2c424c0
--- /dev/null
+++ b/res/drawable-mdpi/ic_highlight.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_highlight.9.png b/res/drawable-xhdpi/ic_highlight.9.png
new file mode 100644
index 0000000..875d89f
--- /dev/null
+++ b/res/drawable-xhdpi/ic_highlight.9.png
Binary files differ
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>