summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml13
-rw-r--r--res/values/strings.xml6
2 files changed, 19 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 4e51050..11069a8 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1176,5 +1176,18 @@
<item>SOUND</item>
</string-array>
+ <!--- Volume key cursor control -->
+ <string-array name="volume_key_cursor_control_entries">
+ <item>@string/volume_key_cursor_control_off</item>
+ <item>@string/volume_key_cursor_control_on</item>
+ <item>@string/volume_key_cursor_control_on_reverse</item>
+ </string-array>
+
+ <string-array name="volume_key_cursor_control_values">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
+
<!-- **** CYANOGENMOD EDITS END **** -->
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1ddb803..c3e48bc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5037,5 +5037,11 @@
<string name="tiles_reset_title">Reset</string>
<string name="tiles_reset_message">Restore the default displayed tiles and layout?</string>
+ <!--- Volume key cursor control -->
+ <string name="volume_key_cursor_control_title">Volume key cursor control</string>
+ <string name="volume_key_cursor_control_off">Disabled</string>
+ <string name="volume_key_cursor_control_on">Volume up/down moves cursor left/right</string>
+ <string name="volume_key_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
+
<!-- **** CYANOGENMOD ADDITIONS END **** -->
</resources>