diff options
Diffstat (limited to 'res/layout-xlarge/camera_control.xml')
-rw-r--r-- | res/layout-xlarge/camera_control.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout-xlarge/camera_control.xml b/res/layout-xlarge/camera_control.xml index 18fbcde..38c6200 100644 --- a/res/layout-xlarge/camera_control.xml +++ b/res/layout-xlarge/camera_control.xml @@ -19,18 +19,18 @@ android:id="@+id/control_panel" android:layout_height="match_parent" android:layout_width="230dp" - android:layout_marginTop="30dp" + android:layout_marginTop="40dp" android:layout_marginLeft="-46dp" - android:layout_marginBottom="25dp"> + android:layout_marginBottom="40dp"> <ViewStub android:id="@+id/zoom_stub" android:inflatedId="@+id/zoom_picker" android:layout="@layout/zoom_picker" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginLeft="7dp" + android:layout_width="45dp" + android:layout_height="150dp" + android:layout_marginLeft="21dp" android:layout_marginTop="10dp" /> <TextView android:id="@+id/recording_time" |