TachiyomiSY-Plus/app/src/main/res/menu/chapter_download.xml
Riztard Lanthorn 6283754ce5 add start download now (#5386)
* add start download now

download now for selected chapter
from j2k

Co-Authored-By: Jays2Kings <jays@outlook.com>

* change string to action

* move to bottom

* oopsie

Co-authored-by: Jays2Kings <jays@outlook.com>
(cherry picked from commit 05771ddf6dc7cf61540c51ba1c2e1d4008778f64)
2021-06-26 22:38:52 -04:00

17 lines
434 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/start_download"
android:title="@string/action_start_downloading_now" />
<item
android:id="@+id/delete_download"
android:title="@string/action_delete" />
<item
android:id="@+id/cancel_download"
android:title="@string/action_cancel" />
</menu>