mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-16 23:42:49 +01:00
05771ddf6d
* 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>
17 lines
434 B
XML
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>
|