diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-26 12:45:09 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-26 12:52:08 +0800 |
commit | a6148a9619085e5f4409654ee1a8593c5a39e11f (patch) | |
tree | f400b4f728f201dd7646333f50299813978d31ac /res | |
parent | bb8faa4a072bc3b5af93ab080dc1511dd734d32f (diff) | |
download | LegacyCamera-a6148a9619085e5f4409654ee1a8593c5a39e11f.zip LegacyCamera-a6148a9619085e5f4409654ee1a8593c5a39e11f.tar.gz LegacyCamera-a6148a9619085e5f4409654ee1a8593c5a39e11f.tar.bz2 |
Do not use black background in share UI.
- Add back 8dp padding.
- Change background to 85% opacity.
bug:5290450
Change-Id: I0dce998769391d27699aec69717ef9c11bce4534
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/share_popup.xml | 4 | ||||
-rw-r--r-- | res/values/colors.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index f57e1d7..1bae66b 100644 --- a/res/layout/share_popup.xml +++ b/res/layout/share_popup.xml @@ -25,8 +25,8 @@ <FrameLayout android:id="@+id/root" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="left|center" - android:background="@android:color/black"> + android:padding="8dp" + android:layout_gravity="left|center"> <RelativeLayout android:id="@+id/share_view" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/res/values/colors.xml b/res/values/colors.xml index 517efa2..9539210 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">#DA000000</color> <color name="share_icon_background">#40000000</color> <color name="indicator_background">#40000000</color> <color name="popup_title_color">#ff33b5e5</color> |