Implement double swipe actions

Closes #52
This commit is contained in:
Finn M Glas 2020-08-20 22:41:50 +02:00
parent a38c683cd2
commit 09926d34ed
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
7 changed files with 99 additions and 17 deletions

View file

@ -34,9 +34,13 @@
-
-->
<string name="settings_apps_up">Swipe Up</string>
<string name="settings_apps_double_up">Double Up</string>
<string name="settings_apps_down">Swipe Down</string>
<string name="settings_apps_double_down">Double Down</string>
<string name="settings_apps_left">Swipe Left</string>
<string name="settings_apps_double_left">Double Left</string>
<string name="settings_apps_right">Swipe Right</string>
<string name="settings_apps_double_right">Double Right</string>
<string name="settings_apps_vol_up">Volume Up</string>
<string name="settings_apps_vol_down">Volume Down</string>
<string name="settings_apps_double_click">Double Click</string>