diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-03-05 19:11:02 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-03-05 19:11:02 -0800 |
commit | 2516c2b93b7220f95c0e710cfaeeaef74dce1b4a (patch) | |
tree | 695d4730dcf835a4e2005b17eda0c0eb11c84c8d /res/menu | |
parent | 1c0cb1bc1aad53fb052963264d390700ee0dc6e0 (diff) | |
download | dsub-2516c2b93b7220f95c0e710cfaeeaef74dce1b4a.tar.gz dsub-2516c2b93b7220f95c0e710cfaeeaef74dce1b4a.tar.bz2 dsub-2516c2b93b7220f95c0e710cfaeeaef74dce1b4a.zip |
#297 Screen on/off change to checkbox
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/nowplaying.xml | 7 |
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" |