diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-10-28 16:53:09 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-10-28 16:53:09 -0700 |
commit | a039d926dd5d983b0fe70241c0819c4045626572 (patch) | |
tree | 5fe1975e32ce30dbd563d27bab8021272318dfa3 /res/menu | |
parent | 20f03e6dcf8574130e18d5d0bb506bedcb3c450a (diff) | |
download | dsub-a039d926dd5d983b0fe70241c0819c4045626572.tar.gz dsub-a039d926dd5d983b0fe70241c0819c4045626572.tar.bz2 dsub-a039d926dd5d983b0fe70241c0819c4045626572.zip |
Remove uneeded menu items from download menu
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/nowplaying_downloading.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/res/menu/nowplaying_downloading.xml b/res/menu/nowplaying_downloading.xml index fbdb78f4..2c513964 100644 --- a/res/menu/nowplaying_downloading.xml +++ b/res/menu/nowplaying_downloading.xml @@ -6,16 +6,6 @@ android:icon="@drawable/action_remove_all" android:title="@string/download.menu_remove_all" compat:showAsAction="always|withText"/> - - <item - android:id="@+id/menu_screen_on_off" - android:icon="@drawable/action_screen_on_off" - android:title="@string/download.menu_screen_on" - compat:showAsAction="ifRoom|withText"/> - - <item - android:id="@+id/menu_toggle_timer" - android:title="@string/download.start_timer"/> <item android:id="@+id/menu_toggle_now_playing" |