diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-11-16 19:15:44 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-11-17 23:11:26 +0800 |
commit | 80715aae46e5a7a9aa378002301ba9d76f093776 (patch) | |
tree | 15715610e9cf3c6402bd71f0246750360c96249b /res | |
parent | 53514599c5c11b6fa772f5c577d0be6f6355e3e7 (diff) | |
download | LegacyCamera-80715aae46e5a7a9aa378002301ba9d76f093776.zip LegacyCamera-80715aae46e5a7a9aa378002301ba9d76f093776.tar.gz LegacyCamera-80715aae46e5a7a9aa378002301ba9d76f093776.tar.bz2 |
Add background for indicator wheel.
bug:3156688
Change-Id: I91465730cc2ac9c586122573c1ac73ba48cc0cc9
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-xlarge/basic_setting_popup.xml | 1 | ||||
-rw-r--r-- | res/layout-xlarge/camera_control.xml | 11 | ||||
-rw-r--r-- | res/layout-xlarge/other_setting_popup.xml | 1 |
3 files changed, 7 insertions, 6 deletions
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"> <ViewStub android:id="@+id/zoom_stub" android:inflatedId="@+id/zoom_picker" @@ -31,7 +30,7 @@ android:layout_alignParentLeft="true" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="6dp" + android:layout_marginLeft="7dp" android:layout_marginTop="10dp" /> <TextView android:id="@+id/recording_time" @@ -75,7 +74,7 @@ android:layout_width="45dp" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" - android:layout_marginLeft="1dp" + android:layout_marginLeft="21dp" android:background="@drawable/mode_switch_bg_v2"> <com.android.camera.RotateImageView android:id="@+id/video_switch_icon" android:layout_height="wrap_content" diff --git a/res/layout-xlarge/other_setting_popup.xml b/res/layout-xlarge/other_setting_popup.xml index 6244044..3f67477 100644 --- a/res/layout-xlarge/other_setting_popup.xml +++ b/res/layout-xlarge/other_setting_popup.xml @@ -23,6 +23,7 @@ android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_centerVertical="true" + android:layout_marginRight="40dp" android:background="@drawable/menu_popup"> <TableRow style="@style/OtherSettingTableRow"> |