summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWei-Ta Chen <weita@google.com>2011-09-09 13:47:33 -0700
committerWei-Ta Chen <weita@google.com>2011-09-09 15:22:41 -0700
commit85dedb803016feea39a78efc4bfc07b4f436cc6c (patch)
treea87d3f20c4d1fc98562ca143c7f3d7599ee0c332 /res/layout
parentdbba504f8003afdb9cbe1c25239611c1111c5efe (diff)
downloadLegacyCamera-85dedb803016feea39a78efc4bfc07b4f436cc6c.zip
LegacyCamera-85dedb803016feea39a78efc4bfc07b4f436cc6c.tar.gz
LegacyCamera-85dedb803016feea39a78efc4bfc07b4f436cc6c.tar.bz2
Make the preview mosaic leave a margin.
To follow the UI spec, the preview mosaic shouldn't grow to the boundary of control bar when we pan the device. Also, the height of the preview track on Xoom is increased to better match the spec. Change-Id: Ic1184b00b3b9efd6232c51fa666ba7a0862c1a98
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"/>