From 80715aae46e5a7a9aa378002301ba9d76f093776 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Tue, 16 Nov 2010 19:15:44 +0800 Subject: Add background for indicator wheel. bug:3156688 Change-Id: I91465730cc2ac9c586122573c1ac73ba48cc0cc9 --- res/layout-xlarge/basic_setting_popup.xml | 1 + res/layout-xlarge/camera_control.xml | 11 +++++------ res/layout-xlarge/other_setting_popup.xml | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout-xlarge/basic_setting_popup.xml b/res/layout-xlarge/basic_setting_popup.xml index 862533c..a58d835 100644 --- a/res/layout-xlarge/basic_setting_popup.xml +++ b/res/layout-xlarge/basic_setting_popup.xml @@ -22,6 +22,7 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_alignParentRight="true" + android:layout_marginRight="40dp" android:background="@drawable/menu_popup" android:orientation="vertical" /> diff --git a/res/layout-xlarge/camera_control.xml b/res/layout-xlarge/camera_control.xml index dcf4f88..18fbcde 100644 --- a/res/layout-xlarge/camera_control.xml +++ b/res/layout-xlarge/camera_control.xml @@ -18,11 +18,10 @@ xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" android:id="@+id/control_panel" android:layout_height="match_parent" - android:layout_width="220dp" + android:layout_width="230dp" android:layout_marginTop="30dp" - android:layout_marginLeft="-26dp" - android:layout_marginBottom="25dp" - android:layout_marginRight="0dp"> + android:layout_marginLeft="-46dp" + android:layout_marginBottom="25dp"> -- cgit v1.1