diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-03 13:18:07 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-03 13:18:07 -0700 |
commit | 10f85da7f7448111f28f596d0883c09384de6bc5 (patch) | |
tree | a5564e1e75d3340e92f72e5a7d980fdb2aa25b82 /subsonic-android/res/menu | |
parent | 501ff31505a521972bb2ca06bf35de29c97f54a5 (diff) | |
download | dsub-10f85da7f7448111f28f596d0883c09384de6bc5.tar.gz dsub-10f85da7f7448111f28f596d0883c09384de6bc5.tar.bz2 dsub-10f85da7f7448111f28f596d0883c09384de6bc5.zip |
Removed toggle from now playing menu
Diffstat (limited to 'subsonic-android/res/menu')
-rw-r--r-- | subsonic-android/res/menu/nowplaying.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/subsonic-android/res/menu/nowplaying.xml b/subsonic-android/res/menu/nowplaying.xml index e752eff1..572c5bac 100644 --- a/subsonic-android/res/menu/nowplaying.xml +++ b/subsonic-android/res/menu/nowplaying.xml @@ -25,12 +25,6 @@ android:showAsAction="ifRoom|withText"/> <item - android:id="@+id/menu_toggle" - android:icon="@drawable/action_toggle_list" - android:title="@string/download.menu_toggle" - android:showAsAction="always|withText"/> - - <item android:id="@+id/menu_toggle_timer" android:title="@string/download.start_timer"/> |