aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_song.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/select_song.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/select_song.xml')
-rw-r--r--res/menu/select_song.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/select_song.xml b/res/menu/select_song.xml
index c1628d2e..07fd57a7 100644
--- a/res/menu/select_song.xml
+++ b/res/menu/select_song.xml
@@ -8,6 +8,12 @@
compat:showAsAction="always|withText"/>
<item
+ android:id="@+id/menu_shuffle"
+ android:icon="?attr/shuffle"
+ android:title="@string/menu.shuffle"
+ compat:showAsAction="ifRoom|withText"/>
+
+ <item
android:id="@+id/menu_download"
android:title="@string/common.download"/>