mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Adjusted shortcut clicks to only happen if a swipe isn't detected and made swipe thresholds customizable
This commit is contained in:
parent
0ca4dbef2e
commit
db49cdf7c4
4 changed files with 55 additions and 6 deletions
|
|
@ -99,6 +99,14 @@
|
|||
<item>50</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="swipe_values">
|
||||
<item>25</item>
|
||||
<item>50</item>
|
||||
<item>100</item>
|
||||
<item>200</item>
|
||||
<item>400</item>
|
||||
</string-array>
|
||||
|
||||
<!--Home and App Menu-->
|
||||
<string-array name="shortcut_options">
|
||||
<item>0</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue