diff options
author | Wei Huang <weih@google.com> | 2011-11-14 09:14:31 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-11-14 09:14:31 -0800 |
commit | c2b3d0008432c06ce43a4d93fa1fde1343a6dc65 (patch) | |
tree | 9b255874d8a353bc7b973b8f9bc1e993a25977f3 /src | |
parent | 657537f9c9c581c9d63a372ceccfc02e42112ae5 (diff) | |
parent | 562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1 (diff) | |
download | LegacyCamera-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-x | src/com/android/camera/panorama/PanoramaActivity.java | 1 |
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, |