summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qcomarrays.xml11
-rw-r--r--res/values/qcomstrings.xml10
2 files changed, 21 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index c19bd673c..bd808fed3 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -590,5 +590,16 @@
<item>@string/setting_on_value</item>
</string-array>
+ <!-- AUTO HDR dialog box entries -->
+ <string-array name="pref_camera_auto_hdr_entries" translatable="false">
+ <item>@string/pref_camera_auto_hdr_entry_enable</item>
+ <item>@string/pref_camera_auto_hdr_entry_disable</item>
+ </string-array>
+
+ <string-array name="pref_camera_auto_hdr_entryvalues" translatable="false">
+ <item>@string/pref_camera_auto_hdr_value_enable</item>
+ <item>@string/pref_camera_auto_hdr_value_disable</item>
+ </string-array>
+
</resources>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index ab5381451..b54fb1f91 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -666,5 +666,15 @@
<!-- Toast showing non-supported functionality for flash in AE bracket -->
<string name="flash_aebracket_message">Flash is not supported in AE-Bracket Mode</string>
+ <!-- Settings screen, setting title text for Auto HDR-->
+ <string name="pref_camera_auto_hdr_title">AUTO HDR</string>
+ <string name="pref_camera_auto_hdr_default" translatable="false">
+ disable</string>
+
+ <!-- Settings screen, Auto HDR location dialog choices -->
+ <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
+ <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
+ <string name="pref_camera_auto_hdr_value_enable">enable</string>
+ <string name="pref_camera_auto_hdr_value_disable">disable</string>
</resources>