mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Change default settings
This commit is contained in:
@@ -40,7 +40,7 @@ class AppPreferences(context: Context) {
|
||||
}
|
||||
|
||||
inner class Gesture {
|
||||
val style; get() = prefs.getString("gesture_style", "touchscreen")!!
|
||||
val style; get() = prefs.getString("gesture_style", "touchpad")!!
|
||||
val tap1 = "left-click" //Preference UI was removed
|
||||
val tap2; get() = prefs.getString("gesture_tap2", "open-keyboard")!!
|
||||
val doubleTap; get() = prefs.getString("gesture_double_tap", "double-click")!!
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
app:title="@string/pref_gesture">
|
||||
|
||||
<com.gaurav.avnc.ui.prefs.ListPreferenceEx
|
||||
app:defaultValue="touchscreen"
|
||||
app:defaultValue="touchpad"
|
||||
app:entries="@array/gesture_style_entries"
|
||||
app:entryValues="@array/gesture_style_values"
|
||||
app:key="gesture_style"
|
||||
|
||||
Reference in New Issue
Block a user