From 13805851b755381ee63e215c779be067782e5114 Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Tue, 10 May 2016 11:38:21 -0700 Subject: 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 --- res/layout/capture_module.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/capture_module.xml') 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 @@ + android:layout_height="match_parent" + android:layout_gravity="center" />