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,10 @@
android:title="@string/volume_rocker_wake_title"
android:defaultValue="false" />
<ListPreference
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:key="volume_key_cursor_control"
android:title="@string/volume_key_cursor_control_title" />
</PreferenceScreen>