diff options
author | repo sync <cywang@google.com> | 2011-07-15 05:45:30 +0800 |
---|---|---|
committer | repo sync <cywang@google.com> | 2011-07-18 07:13:00 +0800 |
commit | cead50ba3ce2df3bd9fcf06c6f54ea0c6980f0d7 (patch) | |
tree | 03dca5218182d684c95b17eedef5f0e1d2707420 /res/layout-w1024dp | |
parent | 2b1f214ecbd9c0e40edf827620b59ba00777c948 (diff) | |
download | LegacyCamera-cead50ba3ce2df3bd9fcf06c6f54ea0c6980f0d7.zip LegacyCamera-cead50ba3ce2df3bd9fcf06c6f54ea0c6980f0d7.tar.gz LegacyCamera-cead50ba3ce2df3bd9fcf06c6f54ea0c6980f0d7.tar.bz2 |
Make all wheel icons rotatable.
+Make the popup menu rotatable.
bug:5039041
Change-Id: I28394531d5c0894215b8229159cfe9c7bee958b9
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/camera_control.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/res/layout-w1024dp/camera_control.xml b/res/layout-w1024dp/camera_control.xml index d52847e..5c2b3b5 100644 --- a/res/layout-w1024dp/camera_control.xml +++ b/res/layout-w1024dp/camera_control.xml @@ -40,16 +40,18 @@ android:focusable="true" android:src="@drawable/btn_ic_camera_shutter" android:background="@drawable/btn_shutter" /> - <Button android:id="@+id/zoom_increment" + <com.android.camera.ui.RotateImageView android:id="@+id/zoom_increment" + android:clickable="true" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/btn_zoom_in" + android:src="@drawable/btn_zoom_in" android:visibility="gone" /> - <Button android:id="@+id/zoom_decrement" + <com.android.camera.ui.RotateImageView android:id="@+id/zoom_decrement" + android:clickable="true" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/btn_zoom_out" + android:src="@drawable/btn_zoom_out" android:visibility="gone" /> <com.android.camera.ui.CameraPicker android:id="@+id/camera_picker" |