summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-09-13 12:42:30 +0800
committerWu-cheng Li <wuchengli@google.com>2011-09-13 12:45:48 +0800
commite5948ef1761ac00e7980d1c5574d37502ead3b41 (patch)
treed77c07528417de30835c8e2f9b98c40ba035c973
parentda44ccb31dd6ad03741b3ba1b343c290db808fcd (diff)
downloadLegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.zip
LegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.tar.gz
LegacyCamera-e5948ef1761ac00e7980d1c5574d37502ead3b41.tar.bz2
Update the border assets of the thumbnail.
bug:5290450 Change-Id: I40c4a3668bb4dcea500024616cb3cc742c9e7e89
-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>