summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/pano_capture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/pano_capture.xml b/res/layout/pano_capture.xml
index 7cf6c01..16145fd 100644
--- a/res/layout/pano_capture.xml
+++ b/res/layout/pano_capture.xml
@@ -36,7 +36,7 @@
<com.android.camera.panorama.MosaicRendererSurfaceView
android:id="@+id/pano_renderer"
android:layout_gravity="center"
- android:layout_width="@dimen/pano_mosaic_surface_width"
+ android:layout_width="match_parent"
android:layout_height="@dimen/pano_mosaic_surface_height" />
<ImageView style="@style/PanoViewHorizontalGrayBar"/>