Cherish:Volume rocker cursor control (2/2)

This commit is contained in:
Konsta
2017-09-09 19:15:43 +08:00
committed by Hưng Phan
parent 4893ec803f
commit cbe6fdc678
4 changed files with 50 additions and 2 deletions

View File

@@ -31,4 +31,17 @@
<item>5</item>
<item>6</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>
</resources>