mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Fixed default values for swipe thresholds
This commit is contained in:
parent
cf5fd5d446
commit
f38d4ac47d
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<eu.ottop.yamlauncher.settings.SpinnerPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:defaultValue="200"
|
||||
android:defaultValue="100"
|
||||
android:entries="@array/animation_options"
|
||||
android:entryValues="@array/swipe_values"
|
||||
app:key="swipeThreshold"
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
<eu.ottop.yamlauncher.settings.SpinnerPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:defaultValue="200"
|
||||
android:defaultValue="100"
|
||||
android:entries="@array/animation_options"
|
||||
android:entryValues="@array/swipe_values"
|
||||
app:key="swipeVelocity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue