aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/select_artist_context_offline.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-21 17:03:43 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-21 17:03:43 -0700
commitc777c62aea3a7b251e8f6c907a60ebf35ddbb8c8 (patch)
tree15df7a7ea0fdd94e89ba0113d8e1b186eef4d93d /app/src/main/res/menu/select_artist_context_offline.xml
parent9f597b5135b85b99755cd791e32796b89fbf81dd (diff)
parent5a175f3b94cb8b5bd078e373f4a25b7ab65c4cc8 (diff)
downloaddsub-c777c62aea3a7b251e8f6c907a60ebf35ddbb8c8.tar.gz
dsub-c777c62aea3a7b251e8f6c907a60ebf35ddbb8c8.tar.bz2
dsub-c777c62aea3a7b251e8f6c907a60ebf35ddbb8c8.zip
Merge branch 'SlideUpPanel2'
Diffstat (limited to 'app/src/main/res/menu/select_artist_context_offline.xml')
-rw-r--r--app/src/main/res/menu/select_artist_context_offline.xml30
1 files changed, 8 insertions, 22 deletions
diff --git a/app/src/main/res/menu/select_artist_context_offline.xml b/app/src/main/res/menu/select_artist_context_offline.xml
index 17ee97e0..2dc78ab8 100644
--- a/app/src/main/res/menu/select_artist_context_offline.xml
+++ b/app/src/main/res/menu/select_artist_context_offline.xml
@@ -1,30 +1,16 @@
<?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">
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/artist_menu_play_now"
+ android:title="@string/common.play_now"/>
- <item
- android:id="@+id/artist_menu_play_now"
- android:title="@string/common.play_now"
- />
-
- <item
- android:id="@+id/artist_menu_play_shuffled"
- android:title="@string/common.play_shuffled"
- />
-
- <group android:id="@+id/hide_play_next">
- <item
- android:id="@+id/artist_menu_play_next"
- android:title="@string/common.play_next"/>
- </group>
+ <item
+ android:id="@+id/artist_menu_play_shuffled"
+ android:title="@string/common.play_shuffled"/>
<group android:id="@+id/hide_play_last">
<item
android:id="@+id/artist_menu_play_last"
android:title="@string/common.play_last"/>
</group>
-
- <item
- android:id="@+id/artist_menu_delete"
- android:title="@string/menu.delete_cache"/>
-</menu>
+</menu> \ No newline at end of file