diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-24 17:44:00 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-24 17:53:52 +0800 |
commit | a321cfdb0803653ba895485f87493290273f26d2 (patch) | |
tree | e1d1e57e0c2fb2fa7badfeb245931f7f5f830d55 /res/layout | |
parent | d480002ccad05cf992c628c72884091c36cc654c (diff) | |
download | LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.zip LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.tar.gz LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.tar.bz2 |
Dim the background and change the animation of the share popup.
bug:5157438
Change-Id: I177678959698af3c2f6a6236101e0ced6d5b868d
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/share_popup.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index 5e5d2a2..16dab6e 100644 --- a/res/layout/share_popup.xml +++ b/res/layout/share_popup.xml @@ -20,7 +20,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="@color/dim_background"> <!-- Need a relative layout here because collapse button does not rotate and it is not in the thumbnail. --> <RelativeLayout android:id="@+id/root" |