summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r--res/layout-w1024dp/camera_control.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout-w1024dp/camera_control.xml b/res/layout-w1024dp/camera_control.xml
index 9897dc6..8008adb 100644
--- a/res/layout-w1024dp/camera_control.xml
+++ b/res/layout-w1024dp/camera_control.xml
@@ -40,11 +40,6 @@
android:clickable="true"
android:focusable="true"
android:background="@drawable/btn_shutter" />
- <com.android.camera.ui.ZoomPicker
- android:id="@+id/zoom_control"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:visibility="gone"/>
<com.android.camera.ui.RotateImageView android:id="@+id/zoom_increment"
android:clickable="true"
android:layout_width="wrap_content"
@@ -65,6 +60,12 @@
android:layout_height="wrap_content" />
</com.android.camera.ui.IndicatorWheel>
+ <com.android.camera.ui.ZoomPicker
+ android:id="@+id/zoom_control"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone"/>
+
<include layout="@layout/mode_picker"/>
</com.android.camera.ui.ControlPanelLayout>