Added ability to share multiple songs
This commit is contained in:
parent
ad4467af93
commit
20ab3dad0d
5 changed files with 55 additions and 13 deletions
|
@ -20,6 +20,12 @@
|
|||
android:title="@string/action_add_to_playlist"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share"
|
||||
android:icon="@drawable/ic_share"
|
||||
android:title="@string/action_share"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_delete_from_device"
|
||||
android:icon="@drawable/ic_delete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue