summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2015-02-17 15:11:32 -0800
committerByunghun Jeon <bjeon@codeaurora.org>2015-03-17 16:20:07 -0700
commit71a5b84ebeef715635ffa0ed920a6e17edb69f4e (patch)
tree751a1a133faaa8843433c5d9c7d90b4da9122a61 /res/values/arrays.xml
parent0c70da17087035582538a3db926afdd663d0a3b7 (diff)
downloadandroid_packages_apps_Snap-71a5b84ebeef715635ffa0ed920a6e17edb69f4e.tar.gz
android_packages_apps_Snap-71a5b84ebeef715635ffa0ed920a6e17edb69f4e.tar.bz2
android_packages_apps_Snap-71a5b84ebeef715635ffa0ed920a6e17edb69f4e.zip
Snapdragon: Add HDR to scene mode menu
Add HDR as a scene mode to scene mode menu Change-Id: I0d6d9c87d09e72dd24f6d1a2e26fab91f7cb700e
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 5ee0c7720..208c3257d 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -397,6 +397,7 @@
<!-- Camera Preferences Scene Mode dialog box entries -->
<string-array name="pref_camera_scenemode_entries" translatable="false">
<item>@string/pref_camera_scenemode_entry_auto</item>
+ <item>@string/pref_camera_scenemode_entry_hdr</item>
<item>@string/pref_camera_scenemode_entry_refocus</item>
<item>@string/pref_camera_scenemode_entry_portrait</item>
<item>@string/pref_camera_scenemode_entry_landscape</item>
@@ -412,6 +413,7 @@
<array name="scenemode_thumbnails" translatable="false">
<item>@drawable/ic_scene_mode_auto</item>
+ <item>@drawable/ic_scene_mode_hdr</item>
<item>@drawable/ic_scene_mode_refocus</item>
<item>@drawable/ic_scene_mode_portrait</item>
<item>@drawable/ic_scene_mode_landscape</item>
@@ -443,7 +445,7 @@
<string-array name="pref_camera_scenemode_entryvalues" translatable="false">
<item>auto</item>
-
+ <item>hdr</item>
<item>@string/pref_camera_advanced_feature_value_refocus_on</item>
<item>portrait</item>
<item>landscape</item>