From 562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1 Mon Sep 17 00:00:00 2001 From: Angus Kong Date: Mon, 14 Nov 2011 20:13:12 +0800 Subject: Fix too small panorama review on phones. bug:5611399 Change-Id: I09c400d0faa7e5753a728f2a8ba9a8bc4fcf5a77 --- src/com/android/camera/panorama/PanoramaActivity.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com/android') diff --git a/src/com/android/camera/panorama/PanoramaActivity.java b/src/com/android/camera/panorama/PanoramaActivity.java index a65d263..fe70827 100755 --- a/src/com/android/camera/panorama/PanoramaActivity.java +++ b/src/com/android/camera/panorama/PanoramaActivity.java @@ -710,6 +710,7 @@ public class PanoramaActivity extends ActivityBase implements (Rotatable) findViewById(R.id.pano_review_saving_indication_layout), (Rotatable) findViewById(R.id.pano_saving_progress_bar_layout), (Rotatable) findViewById(R.id.pano_review_cancel_button_layout), + (Rotatable) findViewById(R.id.pano_rotate_reviewarea), (Rotatable) mRotateDialog, (Rotatable) mCaptureIndicator, (Rotatable) mModePicker, -- cgit v1.1