Volume key cursor control (2/2)

Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Change-Id: I06cda48c030174ad16ff5427cdb6e16327fe7bb9
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
KonstaT
2021-12-24 20:04:55 +07:00
committed by Hưng Phan
parent db80cf7f2f
commit 8cc09b522f
3 changed files with 29 additions and 0 deletions

View File

@@ -190,4 +190,17 @@
<item>@string/action_value_select_app</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>