diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-14 03:15:34 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-15 03:07:56 +0800 |
commit | d62087915cf9e4a686db03291b7ef9d99758ebba (patch) | |
tree | fe21feadba9100ef872a722e74a72d4cd0a3d56d /res/values | |
parent | 7ef764eb76f8e1e463c143ec5c7aa9a9d678b2d8 (diff) | |
download | LegacyCamera-d62087915cf9e4a686db03291b7ef9d99758ebba.zip LegacyCamera-d62087915cf9e4a686db03291b7ef9d99758ebba.tar.gz LegacyCamera-d62087915cf9e4a686db03291b7ef9d99758ebba.tar.bz2 |
Add back arrow icon in the share popup.
+ Fix the wrong calculation of the thumbnail size.
bug:5290450
Change-Id: I80318af68f084a726b32dc98cb205013abada88d
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index bccc96b..fb18610 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -25,7 +25,7 @@ <color name="icon_disabled_color">#DD777777</color> <color name="time_lapse_arc">#FFC5C5C5</color> <color name="dark_gray">#151515</color> - <color name="share_popup_background">#B0000000</color> + <color name="share_popup_background">#C0000000</color> <color name="share_icon_background">#40000000</color> <color name="indicator_background">#40000000</color> <color name="pano_custom_dialog_background">#FF666666</color> |