summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2016-06-07 22:48:31 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-06-07 22:48:31 -0700
commite5775d32bd609c94ce3ecbe0ce541d4cf3611f2f (patch)
tree247c7b7739d922f3d8bf4dccf233f69717eed575 /res/layout
parent2c23961728e0fdcadcf7caee0dc14fa4dd6d208f (diff)
parent0fdbb4a33a2deb480f877b904203c7f04ef507d0 (diff)
downloadandroid_packages_apps_Snap-e5775d32bd609c94ce3ecbe0ce541d4cf3611f2f.tar.gz
android_packages_apps_Snap-e5775d32bd609c94ce3ecbe0ce541d4cf3611f2f.tar.bz2
android_packages_apps_Snap-e5775d32bd609c94ce3ecbe0ce541d4cf3611f2f.zip
Merge "SnapdragonCamera: Add SettingsManager, scene, and filter" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/capture_module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index a68af5e08..d91b49a97 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -36,7 +36,8 @@
<com.android.camera.ui.AutoFitSurfaceView
android:id="@+id/mdp_preview_content"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:layout_gravity="center" />
<com.android.camera.ui.AutoFitSurfaceView
android:id="@+id/mdp_preview_content2"