add download service with limited functionality
This commit is contained in:
parent
ea7b0ab932
commit
dd7722fd7f
7 changed files with 124 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue