Make S Pen action ids unique
This commit is contained in:
parent
5e6c0bbc14
commit
4044b0897e
@ -3,7 +3,7 @@
|
|||||||
actionset_label="@string/app_name"
|
actionset_label="@string/app_name"
|
||||||
version="1.2">
|
version="1.2">
|
||||||
<action
|
<action
|
||||||
id="tachiyomi_next_page"
|
id="tachiyomi_sy_next_page"
|
||||||
label="@string/spen_next_page"
|
label="@string/spen_next_page"
|
||||||
priority="1"
|
priority="1"
|
||||||
repeatable="true"
|
repeatable="true"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
value="click" />
|
value="click" />
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
id="tachiyomi_previous_page"
|
id="tachiyomi_sy_previous_page"
|
||||||
label="@string/spen_previous_page"
|
label="@string/spen_previous_page"
|
||||||
priority="2"
|
priority="2"
|
||||||
repeatable="true"
|
repeatable="true"
|
||||||
@ -25,7 +25,7 @@
|
|||||||
value="double_click" />
|
value="double_click" />
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
id="tachiyomi_back"
|
id="tachiyomi_sy_back"
|
||||||
label="@string/action_webview_back"
|
label="@string/action_webview_back"
|
||||||
priority="3"
|
priority="3"
|
||||||
repeatable="true"
|
repeatable="true"
|
||||||
@ -36,7 +36,7 @@
|
|||||||
value="circle_ccw" />
|
value="circle_ccw" />
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
id="tachiyomi_next_chapter"
|
id="tachiyomi_sy_next_chapter"
|
||||||
label="@string/action_next_chapter"
|
label="@string/action_next_chapter"
|
||||||
priority="4"
|
priority="4"
|
||||||
repeatable="true"
|
repeatable="true"
|
||||||
@ -47,7 +47,7 @@
|
|||||||
value="swipe_right" />
|
value="swipe_right" />
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
id="tachiyomi_previous_chapter"
|
id="tachiyomi_sy_previous_chapter"
|
||||||
label="@string/action_previous_chapter"
|
label="@string/action_previous_chapter"
|
||||||
priority="5"
|
priority="5"
|
||||||
repeatable="true"
|
repeatable="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user