Add Share option to local playlists
A newline-separated text is shared
This commit is contained in:
parent
93b913e14d
commit
d0b6d95f1b
2 changed files with 29 additions and 3 deletions
|
|
@ -2,6 +2,12 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_item_share_playlist"
|
||||
android:icon="@drawable/ic_share"
|
||||
android:title="@string/share"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_item_rename_playlist"
|
||||
android:title="@string/rename_playlist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue