Added option to download items in the queue

This commit is contained in:
Jared Fantaye 2022-12-04 20:35:06 +01:00
parent 3bb51875bc
commit 0923594e51
2 changed files with 15 additions and 0 deletions

View file

@ -16,4 +16,7 @@
<item
android:id="@+id/menu_item_share"
android:title="@string/share" />
<item
android:id="@+id/menu_item_download"
android:title="@string/download" />
</menu>