diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-20 15:15:06 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-20 15:28:20 +0800 |
commit | 9f602873c67159805b92ecbe4872b8cdf9d9e98a (patch) | |
tree | 48189efd29188058f68495f5b246db7c44a98693 /res/layout/share_popup.xml | |
parent | 23a5e416ca6564cafcc80f7ee7f822e1dbe4d16b (diff) | |
download | LegacyCamera-9f602873c67159805b92ecbe4872b8cdf9d9e98a.zip LegacyCamera-9f602873c67159805b92ecbe4872b8cdf9d9e98a.tar.gz LegacyCamera-9f602873c67159805b92ecbe4872b8cdf9d9e98a.tar.bz2 |
Use black background in share UI.
- Remove 8dp padding around the expanded image.
bug:5290450
Change-Id: I56707152b00ad4ce4218c4200db0384f60367ba3
Diffstat (limited to 'res/layout/share_popup.xml')
-rw-r--r-- | res/layout/share_popup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index 1bae66b..f57e1d7 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:padding="8dp" - android:layout_gravity="left|center"> + android:layout_gravity="left|center" + android:background="@android:color/black"> <RelativeLayout android:id="@+id/share_view" android:layout_width="wrap_content" android:layout_height="wrap_content" |