summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-07-25 10:20:17 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-25 21:55:20 -0700
commitf54164331768ad54b35e9fe636f400c73988072e (patch)
tree2f11bf5cf58cbd2937ddda8d11efffdae15c145f /res/xml
parent6d09d041dd1dbf18f17846bf38bad6efe3f909b6 (diff)
downloadandroid_packages_apps_Snap-f54164331768ad54b35e9fe636f400c73988072e.tar.gz
android_packages_apps_Snap-f54164331768ad54b35e9fe636f400c73988072e.tar.bz2
android_packages_apps_Snap-f54164331768ad54b35e9fe636f400c73988072e.zip
SnapdragonCamera: Saving MPO and DDM without CS
Saving MPO and DDM without CS CRs-Fixed: 993611 Change-Id: Ie04bce460c57454b4cf57c88b47ef2a495b6e078
Diffstat (limited to 'res/xml')
-rw-r--r--res/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 a71ce6d14..298d9cc9f 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -107,6 +107,13 @@
camera:key="pref_camera2_clearsight_key"
camera:title="@string/pref_camera2_clearsight_title"/>
+ <ListPreference
+ camera:defaultValue="@string/pref_camera2_mpo_default"
+ camera:entries="@array/pref_camera2_mpo_entries"
+ camera:entryValues="@array/pref_camera2_mpo_entryvalues"
+ camera:key="pref_camera2_mpo_key"
+ camera:title="@string/pref_camera2_mpo_title"/>
+
<IconListPreference
camera:defaultValue="@string/pref_camera2_coloreffect_default"
camera:entries="@array/pref_camera2_coloreffect_entries"