diff options
author | repo sync <cywang@google.com> | 2011-07-14 10:09:24 +0800 |
---|---|---|
committer | repo sync <cywang@google.com> | 2011-07-16 01:51:30 +0800 |
commit | 2b1f214ecbd9c0e40edf827620b59ba00777c948 (patch) | |
tree | 81aea239a33b34506111f3562a5ccdcb57895347 /res/layout | |
parent | 5281216188a75f5a2edd87ef5f7358a956f17e28 (diff) | |
download | packages_apps_LegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.zip packages_apps_LegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.tar.gz packages_apps_LegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.tar.bz2 |
Merge the different implementations on CameraSwitch.
+enable the camera/video icon rotation for tablet version.
+render disabled effect for tablet only.
Change-Id: I2827cb57ac7d8d60efdb6f3172c89db32ac443d4
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/camera_control.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml index dda02b0..a7dee7d 100644 --- a/res/layout/camera_control.xml +++ b/res/layout/camera_control.xml @@ -43,7 +43,7 @@ <com.android.camera.ui.RotateImageView android:id="@+id/video_switch_icon" android:layout_height="wrap_content" android:layout_width="wrap_content" - android:src="@drawable/btn_ic_mode_switch_video"/> + android:src="@drawable/btn_ic_mode_switch_video_normal"/> <com.android.camera.Switcher android:id="@+id/switcher" android:layout_width="wrap_content" android:layout_height="70dp" @@ -53,6 +53,6 @@ android:id="@+id/camera_switch_icon" android:layout_height="wrap_content" android:layout_width="wrap_content" - android:src="@drawable/btn_ic_mode_switch_camera"/> + android:src="@drawable/btn_ic_mode_switch_camera_normal"/> </com.android.camera.SwitcherSet> </RelativeLayout> |