summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2017-03-09 06:31:24 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-09 06:31:24 -0800
commitb7d5dd4620319193c241eb4a50001c03bc392a4b (patch)
tree448b204f6efcc0d396f64ea1194655dd6f50e902 /res/xml
parentfb7a974380cf55206f546ffba5ee58d9b607d409 (diff)
parent23c7ef58ec6f4f10eb1196a3b34171f853d79145 (diff)
downloadandroid_packages_apps_Snap-b7d5dd4620319193c241eb4a50001c03bc392a4b.tar.gz
android_packages_apps_Snap-b7d5dd4620319193c241eb4a50001c03bc392a4b.tar.bz2
android_packages_apps_Snap-b7d5dd4620319193c241eb4a50001c03bc392a4b.zip
Merge "Snapdragon: Add auto HDR to Dev option" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'res/xml')
-rwxr-xr-x[-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 dc8191ba3..a92f8490e 100644..100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -330,6 +330,13 @@
camera:title="@string/pref_camera2_histogram_title" />
<ListPreference
+ camera:defaultValue="@string/pref_camera2_auto_hdr_default"
+ camera:entries="@array/pref_camera2_auto_hdr_entries"
+ camera:entryValues="@array/pref_camera2_auto_hdr_entryvalues"
+ camera:key="pref_camera2_auto_hdr_key"
+ camera:title="@string/pref_camera2_auto_hdr_title" />
+
+ <ListPreference
camera:defaultValue="@string/pref_camera2_hdr_default"
camera:entries="@array/pref_camera2_hdr_entries"
camera:entryValues="@array/pref_camera2_hdr_entryvalues"