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

@@ -41,6 +41,15 @@
android:title="@string/volume_rocker_wake_title"
android:defaultValue="false"
android:disableDependentsState="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="volume_key_cursor_control"
android:summary="%s"
android:title="@string/volume_key_cursor_control_title"
android:dialogTitle="@string/volume_key_cursor_control_title"
android:entries="@array/volume_key_cursor_control_entries"
android:entryValues="@array/volume_key_cursor_control_values"
android:defaultValue="0" />
</PreferenceCategory>
<PreferenceCategory