aboutsummaryrefslogtreecommitdiff
path: root/res/menu/nowplaying.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-11-02 11:24:14 -0800
committerScott Jackson <daneren2005@gmail.com>2014-11-02 11:24:14 -0800
commit393cd13d52425e627ff47709013e7be3827d5122 (patch)
tree4e80c47788926871a60f517828778a79bd75c6dd /res/menu/nowplaying.xml
parent2565520ef21b58ff773fe94825d4456df64c6103 (diff)
downloaddsub-393cd13d52425e627ff47709013e7be3827d5122.tar.gz
dsub-393cd13d52425e627ff47709013e7be3827d5122.tar.bz2
dsub-393cd13d52425e627ff47709013e7be3827d5122.zip
#405 Reverse changes to shuffle, too much negative feedback
Diffstat (limited to 'res/menu/nowplaying.xml')
-rw-r--r--res/menu/nowplaying.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml
index 3f49ae19..60255692 100644
--- a/res/menu/nowplaying.xml
+++ b/res/menu/nowplaying.xml
@@ -3,18 +3,18 @@
xmlns:compat="http://schemas.android.com/apk/res-auto"
android:checkableBehavior="all">
+ <item
+ android:id="@+id/menu_shuffle"
+ android:icon="?attr/shuffle"
+ android:title="@string/download.menu_shuffle"
+ compat:showAsAction="ifRoom|withText"/>
+
<item
android:id="@+id/menu_mediaroute"
compat:actionProviderClass="android.support.v7.app.MediaRouteActionProvider"
compat:actionViewClass="android.support.v7.app.MediaRouteButton"
compat:showAsAction="always"
android:title="@string/menu.cast"/>
-
- <item
- android:id="@+id/menu_toggle_list"
- android:icon="?attr/toggle_list"
- android:title="@string/download.menu_toggle"
- compat:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/menu_remove_all"