summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-12-04 11:48:21 +0800
committerOwen Lin <owenlin@google.com>2009-12-04 18:58:06 +0800
commitff58fb6921ccb7398ad30c8cec604c38c76be4fc (patch)
tree981860f52de7b9ec8cc60b354b4c72e6f55a9d75 /res/layout
parentad9df588053caf70976de9dd29b612fdf698ee4d (diff)
downloadLegacyCamera-ff58fb6921ccb7398ad30c8cec604c38c76be4fc.zip
LegacyCamera-ff58fb6921ccb7398ad30c8cec604c38c76be4fc.tar.gz
LegacyCamera-ff58fb6921ccb7398ad30c8cec604c38c76be4fc.tar.bz2
Use icon to indicate the orientation of the taken photos.
Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/camera_control.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml
index 8f7f6c8..6b84ad2 100644
--- a/res/layout/camera_control.xml
+++ b/res/layout/camera_control.xml
@@ -23,7 +23,8 @@
android:layout_marginBottom="10dp"
android:layout_alignParentRight="true">
- <ImageView android:id="@+id/review_thumbnail"
+ <com.android.camera.RotateImageView
+ android:id="@+id/review_thumbnail"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_height="52dp"
@@ -34,10 +35,12 @@
<LinearLayout android:id="@+id/camera_switch_set"
android:orientation="vertical"
+ android:gravity="center"
android:layout_centerInParent="true"
android:layout_height="wrap_content"
android:layout_width="wrap_content">
- <ImageView android:layout_height="wrap_content"
+ <com.android.camera.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"/>
<com.android.camera.Switcher android:id="@+id/camera_switch"
@@ -45,7 +48,9 @@
android:layout_height="70dp"
android:src="@drawable/btn_mode_switch_knob"
android:background="@drawable/btn_mode_switch_bg" />
- <ImageView android:layout_height="wrap_content"
+ <com.android.camera.RotateImageView
+ android:id="@+id/camera_switch_icon"
+ android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginBottom="3dp"
android:src="@drawable/btn_ic_mode_switch_camera"/>