summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2018-08-03 16:47:38 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-09-03 01:45:16 -0700
commitf60de0b67cd8699dcf15b73ca44ae20d77d599df (patch)
tree0a1d60eead123469dd861cbcde1462334bb9a26d /res/xml/capture_preferences.xml
parent7a05515b9a2fa55c2dbe6c9662c82960f112b60f (diff)
downloadandroid_packages_apps_Snap-f60de0b67cd8699dcf15b73ca44ae20d77d599df.tar.gz
android_packages_apps_Snap-f60de0b67cd8699dcf15b73ca44ae20d77d599df.tar.bz2
android_packages_apps_Snap-f60de0b67cd8699dcf15b73ca44ae20d77d599df.zip
SnapdragonCamera: Completed the function of Manual WB
Completed the function of Manual WB gains and cct. CRs-Fixed: 2297603 Change-Id: Ia161307fe4b305e86953560b802d749b86f848b3
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rwxr-xr-xres/xml/capture_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index bc74e280b..9050f6319 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -367,6 +367,13 @@
camera:entryValues="@array/pref_camera_manual_exp_entry_values" />
<ListPreference
+ camera:defaultValue="@string/pref_camera_manual_wb_default"
+ camera:entries="@array/pref_camera_manual_wb_entries"
+ camera:entryValues="@array/pref_camera_manual_wb_entry_values"
+ camera:key="pref_camera2_manual_wb_key"
+ camera:title="@string/pref_camera_manual_wb_title" />
+
+ <ListPreference
camera:defaultValue="@string/pref_camera2_qcfa_default"
camera:entries="@array/pref_camera2_qcfa_entries"
camera:entryValues="@array/pref_camera2_qcfa_entryvalues"