summaryrefslogtreecommitdiffstats
path: root/res/xml/camera_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/camera_preferences.xml')
-rw-r--r--res/xml/camera_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index ab1e340f8..d7f245343 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -263,4 +263,11 @@
camera:title="@string/pref_camera_hdr_mode_title"
camera:entries="@array/pref_camera_hdr_mode_entries"
camera:entryValues="@array/pref_camera_hdr_mode_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera_hdr_need_1x_key"
+ camera:defaultValue="@string/pref_camera_hdr_need_1x_default"
+ camera:title="@string/pref_camera_hdr_need_1x_title"
+ camera:entries="@array/pref_camera_hdr_need_1x_entries"
+ camera:entryValues="@array/pref_camera_hdr_need_1x_entryvalues" />
</PreferenceGroup>