summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-11-14 20:13:12 +0800
committerAngus Kong <shkong@google.com>2011-11-14 20:13:12 +0800
commit562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1 (patch)
tree1b7417db71073efc2aaccb333f0ccce36b875612 /res
parent8d51fc281ca4e14c87eac278d153e162c0e1fcf2 (diff)
downloadLegacyCamera-562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1.zip
LegacyCamera-562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1.tar.gz
LegacyCamera-562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1.tar.bz2
Fix too small panorama review on phones.
bug:5611399 Change-Id: I09c400d0faa7e5753a728f2a8ba9a8bc4fcf5a77
Diffstat (limited to 'res')
-rw-r--r--res/layout/pano_review.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/res/layout/pano_review.xml b/res/layout/pano_review.xml
index fa4f83b..7b9a92e 100644
--- a/res/layout/pano_review.xml
+++ b/res/layout/pano_review.xml
@@ -50,11 +50,15 @@
</com.android.camera.ui.RotateLayout>
</RelativeLayout>
- <ImageView android:id="@+id/pano_reviewarea"
- android:rotation="90"
- android:scaleType="fitCenter"
- android:layout_height="match_parent"
- android:layout_width="@dimen/pano_mosaic_surface_height" />
+ <com.android.camera.ui.RotateLayout
+ android:id="@+id/pano_rotate_reviewarea"
+ android:layout_width="@dimen/pano_mosaic_surface_height"
+ android:layout_height="match_parent">
+ <ImageView android:id="@+id/pano_reviewarea"
+ android:scaleType="fitCenter"
+ android:layout_height="match_parent"
+ android:layout_width="match_parent" />
+ </com.android.camera.ui.RotateLayout>
<LinearLayout android:id="@+id/pano_review_control"
style="@style/PanoViewHorizontalBar"