diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-10-06 12:42:40 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-10-06 12:42:40 -0700 |
commit | afd5890663fb626c1cd0726c2665f9c3c5b796c4 (patch) | |
tree | 70388874db8dcb751f47b45835e7a51e03265311 /subsonic-android/res/menu | |
parent | 9bb3ff579898ec0ee1d9e38bb973abf6e53b4782 (diff) | |
download | dsub-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')
-rw-r--r-- | subsonic-android/res/menu/nowplaying.xml | 4 |
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> |