multiple chapter download from manga view

This commit is contained in:
Kevin Richter
2016-02-09 16:01:11 +01:00
parent e69011ac5b
commit 6c069ad87b
3 changed files with 42 additions and 11 deletions

View File

@@ -6,4 +6,9 @@
android:title="@string/action_display_mode"
android:id="@+id/action_display_mode"
app:showAsAction="never" />
<item
android:title="@string/manga_download"
android:id="@+id/manga_download"
app:showAsAction="never" />
</menu>

View File

@@ -179,6 +179,9 @@
<string name="fetch_chapters_error">Error while fetching chapters</string>
<string name="show_title">Show title</string>
<string name="show_chapter_number">Show chapter number</string>
<string name="manga_download">Download</string>
<string name="download_all">Download all</string>
<string name="download_unread">Download unread</string>
<!-- MyAnimeList fragment -->
<string name="reading">Reading</string>