aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/nowplaying.xml5
-rw-r--r--res/menu/nowplaying_offline.xml8
2 files changed, 12 insertions, 1 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
index 48528b43..60255692 100644
--- a/res/menu/nowplaying.xml
+++ b/res/menu/nowplaying.xml
@@ -28,6 +28,11 @@
android:title="@string/download.menu_save"
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"
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"