diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-25 12:13:29 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-25 12:13:29 -0800 |
commit | c7d806cb902a83423d8af9623c3d622dd3dd8f4e (patch) | |
tree | cedfd5406ed7d1997ff55ea92fdceebdee08899e | |
parent | f208d0562a619596ebf0ba982599564e7f860756 (diff) | |
download | dsub-c7d806cb902a83423d8af9623c3d622dd3dd8f4e.tar.gz dsub-c7d806cb902a83423d8af9623c3d622dd3dd8f4e.tar.bz2 dsub-c7d806cb902a83423d8af9623c3d622dd3dd8f4e.zip |
Added delete to offline song context menu
-rw-r--r-- | subsonic-android/res/menu/select_song_context_offline.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_song_context_offline.xml b/subsonic-android/res/menu/select_song_context_offline.xml index 97f24319..ab835525 100644 --- a/subsonic-android/res/menu/select_song_context_offline.xml +++ b/subsonic-android/res/menu/select_song_context_offline.xml @@ -14,4 +14,8 @@ android:id="@+id/song_menu_play_last" android:title="@string/common.play_last" /> + + <item + android:id="@+id/song_menu_delete" + android:title="@string/common.delete"/> </menu> |