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.xml13
1 files changed, 13 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>