aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/nowplaying.xml')
-rw-r--r--res/menu/nowplaying.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
index b67ecf64..1d720464 100644
--- a/res/menu/nowplaying.xml
+++ b/res/menu/nowplaying.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:compat="http://schemas.android.com/apk/res-auto">
+ xmlns:compat="http://schemas.android.com/apk/res-auto"
+ android:checkableBehavior="all">
+
<item
android:id="@+id/menu_shuffle"
android:icon="?attr/shuffle"
@@ -28,7 +30,8 @@
<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_toggle_timer"