From 6152bb642d02c87977a21fe2d0814842de6756d4 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 22 Oct 2012 21:31:57 -0700 Subject: Added options to update name/comment of a playlist --- subsonic-android/res/layout/update_playlist.xml | 26 ++++++++++++++++++++++ .../res/menu/select_playlist_context.xml | 5 +++++ subsonic-android/res/values/strings.xml | 7 +++++- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 subsonic-android/res/layout/update_playlist.xml (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/layout/update_playlist.xml b/subsonic-android/res/layout/update_playlist.xml new file mode 100644 index 00000000..c73d93ef --- /dev/null +++ b/subsonic-android/res/layout/update_playlist.xml @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/subsonic-android/res/menu/select_playlist_context.xml b/subsonic-android/res/menu/select_playlist_context.xml index a376ec58..6d844a16 100644 --- a/subsonic-android/res/menu/select_playlist_context.xml +++ b/subsonic-android/res/menu/select_playlist_context.xml @@ -25,6 +25,11 @@ android:id="@+id/playlist_menu_pin" android:title="@string/common.pin" /> + + Delete Star Unstar - Info + Details + Name + Comment DSub home Media library @@ -51,6 +53,9 @@ Failed to delete playlist %s Playlists + Update Information + Updated playlist information for %s + Failed to update playlist information for %s Help Welcome to DSub! -- cgit v1.2.3