diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-10-22 19:47:23 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-10-22 19:47:23 -0700 |
commit | 627eda88c2142c5d90b52fa4cbb0a85839007321 (patch) | |
tree | f7ebe743f2dc02a37859a9a77807bf4caebe8d3b /res/menu | |
parent | dfcd04a8d983627f33ff46cfb572cba1f13176ac (diff) | |
download | dsub-627eda88c2142c5d90b52fa4cbb0a85839007321.tar.gz dsub-627eda88c2142c5d90b52fa4cbb0a85839007321.tar.bz2 dsub-627eda88c2142c5d90b52fa4cbb0a85839007321.zip |
#405 Remove shuffle options from everywhere except at album and top levels
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/select_album_context.xml | 5 | ||||
-rw-r--r-- | res/menu/select_album_context_offline.xml | 6 | ||||
-rw-r--r-- | res/menu/select_playlist_context.xml | 5 | ||||
-rw-r--r-- | res/menu/select_playlist_context_offline.xml | 5 | ||||
-rw-r--r-- | res/menu/select_song.xml | 6 | ||||
-rw-r--r-- | res/menu/select_song_offline.xml | 6 |
6 files changed, 0 insertions, 33 deletions
diff --git a/res/menu/select_album_context.xml b/res/menu/select_album_context.xml index 5b2529e7..c08c6da7 100644 --- a/res/menu/select_album_context.xml +++ b/res/menu/select_album_context.xml @@ -11,11 +11,6 @@ android:id="@+id/album_menu_play_now" android:title="@string/common.play_now" /> - - <item - android:id="@+id/album_menu_play_shuffled" - android:title="@string/common.play_shuffled" - /> <group android:id="@+id/hide_play_next"> <item diff --git a/res/menu/select_album_context_offline.xml b/res/menu/select_album_context_offline.xml index a1805f5b..14dbda3a 100644 --- a/res/menu/select_album_context_offline.xml +++ b/res/menu/select_album_context_offline.xml @@ -5,12 +5,6 @@ android:id="@+id/album_menu_play_now" android:title="@string/common.play_now" /> - - <item - android:id="@+id/album_menu_play_shuffled" - android:title="@string/common.play_shuffled" - /> - <group android:id="@+id/hide_play_next"> <item android:id="@+id/album_menu_play_next" diff --git a/res/menu/select_playlist_context.xml b/res/menu/select_playlist_context.xml index 47033d9c..7e12c89f 100644 --- a/res/menu/select_playlist_context.xml +++ b/res/menu/select_playlist_context.xml @@ -13,11 +13,6 @@ /> <item - android:id="@+id/playlist_menu_play_shuffled" - android:title="@string/common.play_shuffled" - /> - - <item android:id="@+id/playlist_menu_download" android:title="@string/common.download" /> diff --git a/res/menu/select_playlist_context_offline.xml b/res/menu/select_playlist_context_offline.xml index d63aec17..830d6d0c 100644 --- a/res/menu/select_playlist_context_offline.xml +++ b/res/menu/select_playlist_context_offline.xml @@ -5,9 +5,4 @@ android:id="@+id/playlist_menu_play_now" android:title="@string/common.play_now" /> - - <item - android:id="@+id/playlist_menu_play_shuffled" - android:title="@string/common.play_shuffled" - /> </menu>
\ No newline at end of file diff --git a/res/menu/select_song.xml b/res/menu/select_song.xml index 07fd57a7..c1628d2e 100644 --- a/res/menu/select_song.xml +++ b/res/menu/select_song.xml @@ -8,12 +8,6 @@ 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"/> diff --git a/res/menu/select_song_offline.xml b/res/menu/select_song_offline.xml index c45405fb..5ff42d12 100644 --- a/res/menu/select_song_offline.xml +++ b/res/menu/select_song_offline.xml @@ -8,12 +8,6 @@ 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_delete" android:title="@string/menu.delete_cache"/> |