summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWei Huang <weih@google.com>2011-11-14 09:14:31 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 09:14:31 -0800
commitc2b3d0008432c06ce43a4d93fa1fde1343a6dc65 (patch)
tree9b255874d8a353bc7b973b8f9bc1e993a25977f3 /src
parent657537f9c9c581c9d63a372ceccfc02e42112ae5 (diff)
parent562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1 (diff)
downloadLegacyCamera-c2b3d0008432c06ce43a4d93fa1fde1343a6dc65.zip
LegacyCamera-c2b3d0008432c06ce43a4d93fa1fde1343a6dc65.tar.gz
LegacyCamera-c2b3d0008432c06ce43a4d93fa1fde1343a6dc65.tar.bz2
Merge "Fix too small panorama review on phones." into ics-mr1
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com/android/camera/panorama/PanoramaActivity.java1
1 files changed, 1 insertions, 0 deletions
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,