aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/nowplaying.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-10-06 12:42:40 -0700
committerScott Jackson <daneren2005@gmail.com>2012-10-06 12:42:40 -0700
commitafd5890663fb626c1cd0726c2665f9c3c5b796c4 (patch)
tree70388874db8dcb751f47b45835e7a51e03265311 /subsonic-android/res/menu/nowplaying.xml
parent9bb3ff579898ec0ee1d9e38bb973abf6e53b4782 (diff)
downloaddsub-afd5890663fb626c1cd0726c2665f9c3c5b796c4.tar.gz
dsub-afd5890663fb626c1cd0726c2665f9c3c5b796c4.tar.bz2
dsub-afd5890663fb626c1cd0726c2665f9c3c5b796c4.zip
New option to toggle between Now Playing and Downloading
Diffstat (limited to 'subsonic-android/res/menu/nowplaying.xml')
-rw-r--r--subsonic-android/res/menu/nowplaying.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/nowplaying.xml b/subsonic-android/res/menu/nowplaying.xml
index a880438e..c8097bf0 100644
--- a/subsonic-android/res/menu/nowplaying.xml
+++ b/subsonic-android/res/menu/nowplaying.xml
@@ -24,4 +24,8 @@
android:icon="@drawable/action_screen_on_off"
android:title="@string/download.menu_screen_on"
android:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_toggle_now_playing"
+ android:title="@string/download.show_downloading"/>
</menu>