Merge pull request #885 from ranzou06/devel
This commit is contained in:
19
app/src/main/res/xml/remote_action.xml
Normal file
19
app/src/main/res/xml/remote_action.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<remote-actions version="1.2">
|
||||
<action
|
||||
id="next_filter"
|
||||
label="@string/prev_page"
|
||||
priority="1"
|
||||
trigger_key="L">
|
||||
<preference name="gesture" value="swipe_left"/>
|
||||
</action>
|
||||
|
||||
<action
|
||||
id="prev_filter"
|
||||
label="@string/next_page"
|
||||
priority="2"
|
||||
trigger_key="R">
|
||||
<preference name="gesture" value="swipe_right"/>
|
||||
</action>
|
||||
|
||||
</remote-actions>
|
||||
Reference in New Issue
Block a user