diff options
author | Angus Kong <shkong@google.com> | 2011-11-14 20:13:12 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-11-14 20:13:12 +0800 |
commit | 562db5a0ec57f65cf4014ce3f7dad0f9324bb2f1 (patch) | |
tree | 1b7417db71073efc2aaccb333f0ccce36b875612 /src | |
parent | 8d51fc281ca4e14c87eac278d153e162c0e1fcf2 (diff) | |
download | LegacyCamera-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 '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, |