aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying_offline.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-08-31 10:23:37 -0700
committerScott Jackson <daneren2005@gmail.com>2014-08-31 10:23:37 -0700
commitca44dbc7ef9c9657c4b96add002a3149f0cb1c7e (patch)
tree50ef0679885d7e0a3830ad26923a53168e0eb7e7 /res/menu/nowplaying_offline.xml
parent5ae23c33d575eefeaefac934b8f575a83bf2f9de (diff)
downloaddsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.tar.gz
dsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.tar.bz2
dsub-ca44dbc7ef9c9657c4b96add002a3149f0cb1c7e.zip
Move the EQ into the options menu
Diffstat (limited to 'res/menu/nowplaying_offline.xml')
-rw-r--r--res/menu/nowplaying_offline.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/menu/nowplaying_offline.xml b/res/menu/nowplaying_offline.xml
index f3912b0c..bba5ba00 100644
--- a/res/menu/nowplaying_offline.xml
+++ b/res/menu/nowplaying_offline.xml
@@ -20,10 +20,16 @@
android:icon="?attr/remove"
android:title="@string/download.menu_remove_all"
compat:showAsAction="ifRoom|withText"/>
+
+ <item
+ android:id="@+id/menu_equalizer"
+ android:title="@string/equalizer.label"
+ android:checkable="true"/>
<item
android:id="@+id/menu_screen_on_off"
- android:title="@string/download.menu_screen_on"/>
+ android:title="@string/download.menu_screen_on"
+ android:checkable="true"/>
<item
android:id="@+id/menu_remove_played"