Merge "Adjust the orientation of mode picker in Panorama." into ics-mr1
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 @@
(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);
}