mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
implement #93 - treat back button as a gesture
Some checks failed
Android CI / build (push) Has been cancelled
Some checks failed
Android CI / build (push) Has been cancelled
This commit is contained in:
parent
fa2f1c4127
commit
944eb89fef
12 changed files with 108 additions and 13 deletions
|
@ -3,6 +3,12 @@
|
|||
<resources>
|
||||
<!-- Default Apps for different actions (button-press, swipes ...) -->
|
||||
|
||||
<!-- Back - Apps list -->
|
||||
<string-array name="default_back">
|
||||
<item>{\"type\": \"action:launcher\", \"value\": \"choose\"}</item> <!-- All Apps -->
|
||||
</string-array>
|
||||
|
||||
|
||||
<!-- Swipe up - Apps list -->
|
||||
<string-array name="default_up">
|
||||
<item>{\"type\": \"action:launcher\", \"value\": \"choose\"}</item> <!-- All Apps -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue