summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-09-15 03:24:43 +0800
committerWu-cheng Li <wuchengli@google.com>2011-09-15 07:39:55 +0800
commit977d06c6278cb7b131ed3c0960853d9168aacbdd (patch)
tree879136c52bcf2a4ebdbaca5a72e0e7f3b9db71ae /res/drawable
parentc24192e3b9a3d4f6e5e77e408fd4d91333b1275e (diff)
downloadLegacyCamera-977d06c6278cb7b131ed3c0960853d9168aacbdd.zip
LegacyCamera-977d06c6278cb7b131ed3c0960853d9168aacbdd.tar.gz
LegacyCamera-977d06c6278cb7b131ed3c0960853d9168aacbdd.tar.bz2
Update share UI to match redlines.
- Change animation to crossfade. - Remove border in the normal state. - Remove the divider of the application icons. - Change the area of the share popup to viewfinder only in panorama. bug:5290450 Change-Id: Ia483c65f846e568a942d855119634f02c2c30c14
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/border_last_picture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/border_last_picture.xml b/res/drawable/border_last_picture.xml
index b44d4ee..0cc6f8a 100644
--- a/res/drawable/border_last_picture.xml
+++ b/res/drawable/border_last_picture.xml
@@ -16,6 +16,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/ic_highlight" />
- <item android:drawable="@drawable/border_last_picture_normal" />
+ <item android:drawable="@android:color/transparent" />
</selector>