From efa3f22e42b31bfcf916610e01efe0bdc4940080 Mon Sep 17 00:00:00 2001 From: Angus Kong Date: Sat, 18 Feb 2012 06:04:50 +0800 Subject: Fix the share popup. DO NOT MERGE Fix the share popup to comply with the new design: 1. Black background. 2. Image is centered. 3. Share popup won't rotate automatically. bug:6031042 Change-Id: I86b15a19bc8f7598d444cd9032960ea02e251668 --- res/layout-sw600dp/share_popup.xml | 6 ++++-- res/layout/share_popup.xml | 5 +++-- res/values/colors.xml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/layout-sw600dp/share_popup.xml b/res/layout-sw600dp/share_popup.xml index 96b39e1..e12f521 100644 --- a/res/layout-sw600dp/share_popup.xml +++ b/res/layout-sw600dp/share_popup.xml @@ -25,12 +25,14 @@ + android:layout_gravity="left|center" + android:background="@color/share_popup_blackout"> + android:layout_alignParentRight="true" + android:layout_gravity="center"> + android:layout_gravity="top|center" + android:background="@color/share_popup_blackout"> + android:layout_gravity="center"> #FFC5C5C5 #151515 #DA000000 - #ff222222 + #ff090909 #80000000 #40000000 #ff33b5e5 -- cgit v1.1