summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-05-10 11:38:21 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-21 18:45:51 -0700
commitcba1a4ed8028cb355e1361ef29b177c0b4910b5a (patch)
tree0ff9883f4c6f0617223a7c0ca3909d678a253bf7 /res/layout/capture_module.xml
parent1fea7d5bb3dd45caf29e90be2e9eae2646567a10 (diff)
downloadandroid_packages_apps_Snap-cba1a4ed8028cb355e1361ef29b177c0b4910b5a.tar.gz
android_packages_apps_Snap-cba1a4ed8028cb355e1361ef29b177c0b4910b5a.tar.bz2
android_packages_apps_Snap-cba1a4ed8028cb355e1361ef29b177c0b4910b5a.zip
SnapdragonCamera: Add SettingsManager, scene, and filter
Add SettingsManager to work as a database for settings. It will handle all dependencies and populate the values. Add scene mode and filter. Restructure UI and menu by combining them and leave the handling of settings to SettingsManager Change-Id: I185163fdddbffd29434e6a9c41b33be6d3388f88 CRs-Fixed: 1018118
Diffstat (limited to 'res/layout/capture_module.xml')
-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"