summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 545765033..eb893d48a 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -430,6 +430,27 @@
<item>@drawable/ic_video_effects_background_normal_holo_dark</item>
</array>
+ <string-array name="pref_camera_hq_entries" translatable="false">
+ <item>@string/setting_off</item>
+ <item>@string/setting_on</item>
+ </string-array>
+
+ <string-array name="pref_camera_hq_labels" translatable="false">
+ <item>@string/pref_camera_scenemode_entry_hq</item>
+ <item>@string/pref_camera_scenemode_entry_hq</item>
+ </string-array>
+
+ <string-array name="pref_camera_hq_icons" translatable="false">
+ <item>@drawable/ic_hq_disabled</item>
+ <item>@drawable/ic_hq_normal</item>
+ </string-array>
+
+ <string-array name="pref_camera_hq_entryvalues" translatable="false">
+ <item>@string/setting_off_value</item>
+ <item>@string/setting_on_value</item>
+ </string-array>
+
+
<string-array name="pref_camera_hdr_entries" translatable="false">
<item>@string/setting_off</item>
<item>@string/setting_on</item>