summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-11-03 12:20:40 +0800
committerAngus Kong <shkong@google.com>2011-11-03 15:26:12 +0800
commit3a3fd8f6cf7c939cacbd3da09e80d3df074a00e4 (patch)
treec24066cdc26adb1fcde815050a4bdadcae3c5ff5 /src/com
parent1f56f129d65729705326f4d6852d760e6a5cacf5 (diff)
downloadLegacyCamera-3a3fd8f6cf7c939cacbd3da09e80d3df074a00e4.zip
LegacyCamera-3a3fd8f6cf7c939cacbd3da09e80d3df074a00e4.tar.gz
LegacyCamera-3a3fd8f6cf7c939cacbd3da09e80d3df074a00e4.tar.bz2
Adjust the orientation of mode picker in Panorama.
bug:5561505 Change-Id: Iafd9e7ba4c60b4decae8f676ef2a1709cf54e5bb
Diffstat (limited to 'src/com')
-rwxr-xr-xsrc/com/android/camera/panorama/PanoramaActivity.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/camera/panorama/PanoramaActivity.java b/src/com/android/camera/panorama/PanoramaActivity.java
index ab220de..f893e30 100755
--- a/src/com/android/camera/panorama/PanoramaActivity.java
+++ b/src/com/android/camera/panorama/PanoramaActivity.java
@@ -733,7 +733,9 @@ public class PanoramaActivity extends ActivityBase implements
(Rotatable) findViewById(R.id.pano_saving_progress_bar_layout),
(Rotatable) findViewById(R.id.pano_review_cancel_button_layout),
(Rotatable) mRotateDialog,
- (Rotatable) mCaptureIndicator};
+ (Rotatable) mCaptureIndicator,
+ (Rotatable) mModePicker,
+ (Rotatable) mThumbnailView};
for (Rotatable r : rotateLayout) {
r.setOrientation(270);
}