diff options
author | Chung-yih Wang <cywang@google.com> | 2011-08-15 12:43:23 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-08-17 15:25:00 +0800 |
commit | adab2bddc93bf4af535cb58e7167bf8690d97d8c (patch) | |
tree | 1d6a716948dd84f35282529172d2c7e5fecbf781 /res/layout-w1024dp | |
parent | 383a2b45820ff710627dbd536f1bd683e393e335 (diff) | |
download | LegacyCamera-adab2bddc93bf4af535cb58e7167bf8690d97d8c.zip LegacyCamera-adab2bddc93bf4af535cb58e7167bf8690d97d8c.tar.gz LegacyCamera-adab2bddc93bf4af535cb58e7167bf8690d97d8c.tar.bz2 |
Add Sprung Lever Zoom Control for Phone UI.
bug:5083780
Change-Id: I5b29f6bc509fc93ed74175e2754ce9f3c4afe27f
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/camera_control.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout-w1024dp/camera_control.xml b/res/layout-w1024dp/camera_control.xml index 342d167..9897dc6 100644 --- a/res/layout-w1024dp/camera_control.xml +++ b/res/layout-w1024dp/camera_control.xml @@ -40,6 +40,11 @@ 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" |