Add option to delete a download without also deleting file
This commit is contained in:
parent
a9a20c0fd0
commit
9d04220e62
5 changed files with 51 additions and 14 deletions
|
|
@ -27,7 +27,11 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/delete"
|
||||
android:title="@string/delete" />
|
||||
android:title="@string/delete_file" />
|
||||
|
||||
<item
|
||||
android:id="@+id/delete_entry"
|
||||
android:title="@string/delete_entry" />
|
||||
|
||||
<item
|
||||
android:id="@+id/error_message_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue