Functionality to rename playlist name from playlist interface
This commit is contained in:
parent
8df935f5fe
commit
e1a6b69f9a
2 changed files with 12 additions and 5 deletions
|
|
@ -2,6 +2,10 @@
|
|||
<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_rename_playlist"
|
||||
android:title="@string/rename_playlist"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_item_remove_watched"
|
||||
android:title="@string/remove_watched"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue