summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-11-02 10:50:01 +0800
committerChung-yih Wang <cywang@google.com>2011-11-09 16:22:03 +0800
commit91d70ce513ffee99b216f88a92650e1b63575289 (patch)
tree1521f01003869cd73e0fc92127936d69b944bc26 /res/layout-sw600dp
parent8252bf716c798a1007e7869569b35815d2df3c6c (diff)
downloadLegacyCamera-91d70ce513ffee99b216f88a92650e1b63575289.zip
LegacyCamera-91d70ce513ffee99b216f88a92650e1b63575289.tar.gz
LegacyCamera-91d70ce513ffee99b216f88a92650e1b63575289.tar.bz2
New ZoomControl UI for tablet.
bug:5349676 Change-Id: Ie1f4202d7f1d75978308ece4fbf486635cceead3
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/camera_control.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout-sw600dp/camera_control.xml b/res/layout-sw600dp/camera_control.xml
index 194547a..4637567 100644
--- a/res/layout-sw600dp/camera_control.xml
+++ b/res/layout-sw600dp/camera_control.xml
@@ -43,12 +43,12 @@
<com.android.camera.ui.IndicatorControlWheel android:id="@+id/indicator_control_wheel"
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <com.android.camera.ui.ZoomControlWheel
+ android:id="@+id/zoom_control"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
</com.android.camera.ui.IndicatorControlWheel>
- <com.android.camera.ui.ZoomControlWheel
- android:id="@+id/zoom_control"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
</com.android.camera.ui.IndicatorControlWheelContainer>
<include layout="@layout/mode_picker" />
</com.android.camera.ui.ControlPanelLayout>