add download service with limited functionality

This commit is contained in:
dkanada 2021-05-04 21:03:09 +09:00
commit dd7722fd7f
7 changed files with 124 additions and 7 deletions

View file

@ -29,4 +29,8 @@
android:id="@+id/action_details"
android:title="@string/action_details"
app:showAsAction="never" />
<item
android:id="@+id/action_download"
android:title="@string/action_download"
app:showAsAction="never" />
</menu>

View file

@ -18,6 +18,7 @@
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_search">Search</string>
<string name="action_download">Download</string>
<string name="action_play_next">Play next</string>
<string name="action_play">Play</string>
<string name="action_play_pause">Play/Pause</string>