clear the download queue

This commit is contained in:
Kevin Richter
2016-02-09 16:34:41 +01:00
parent 4be0b2502e
commit 50d71d1395
3 changed files with 19 additions and 9 deletions

View File

@@ -14,4 +14,9 @@
android:visible="false"
app:showAsAction="ifRoom"/>
<item android:title="@string/action_clear"
android:id="@+id/clear_queue"
android:visible="false"
app:showAsAction="never"/>
</menu>

View File

@@ -36,6 +36,7 @@
<string name="action_start">Start</string>
<string name="action_stop">Stop</string>
<string name="action_pause">Pause</string>
<string name="action_clear">Clear</string>
<string name="action_previous_chapter">Previous chapter</string>
<string name="action_next_chapter">Next chapter</string>
<string name="action_retry">Retry</string>