diff options
author | owner <owner@DeeDee-Laptop> | 2012-07-12 13:47:03 -0700 |
---|---|---|
committer | owner <owner@DeeDee-Laptop> | 2012-07-12 13:47:03 -0700 |
commit | f78f88c0ba42c8ebe5e0db1c22dc43b2a872e66d (patch) | |
tree | 5fa949d5b2e0a08bd1e3eff4ffa230b06483839f /subsonic-android/res/menu | |
parent | 816c969bb7201810f9271633a1752fcfbddd4cce (diff) | |
download | dsub-f78f88c0ba42c8ebe5e0db1c22dc43b2a872e66d.tar.gz dsub-f78f88c0ba42c8ebe5e0db1c22dc43b2a872e66d.tar.bz2 dsub-f78f88c0ba42c8ebe5e0db1c22dc43b2a872e66d.zip |
Delete Song option under Now Playing long press menu (removes from cache)
Diffstat (limited to 'subsonic-android/res/menu')
-rw-r--r-- | subsonic-android/res/menu/nowplaying_context.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/nowplaying_context.xml b/subsonic-android/res/menu/nowplaying_context.xml index 16fb47d7..04e56e1a 100644 --- a/subsonic-android/res/menu/nowplaying_context.xml +++ b/subsonic-android/res/menu/nowplaying_context.xml @@ -15,6 +15,11 @@ android:id="@+id/menu_remove" android:title="@string/download.menu_remove" /> + + <item + android:id="@+id/menu_delete" + android:title="@string/download.menu_delete" + /> <item android:id="@+id/menu_remove_all" |