Added option to download items in the queue

This commit is contained in:
Jared Fantaye 2022-12-04 20:35:06 +01:00
parent 1b562ebca1
commit 1d93719f45
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>