aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/select_album_context.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-11 11:11:42 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-11 11:11:42 -0700
commit9fedbd47f97c5ba8f9aa88cb4b315a5c494890ae (patch)
tree9d2be2535d40ccffff0b25f8d0a40595b3bb40b5 /app/src/main/res/menu/select_album_context.xml
parent7f66ca1245a6e2ec424b7255b4975da9d83be7c7 (diff)
downloaddsub-9fedbd47f97c5ba8f9aa88cb4b315a5c494890ae.tar.gz
dsub-9fedbd47f97c5ba8f9aa88cb4b315a5c494890ae.tar.bz2
dsub-9fedbd47f97c5ba8f9aa88cb4b315a5c494890ae.zip
Put a bunch of context menu options back
Diffstat (limited to 'app/src/main/res/menu/select_album_context.xml')
-rw-r--r--app/src/main/res/menu/select_album_context.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/menu/select_album_context.xml b/app/src/main/res/menu/select_album_context.xml
index 388fd1f5..b06f2d24 100644
--- a/app/src/main/res/menu/select_album_context.xml
+++ b/app/src/main/res/menu/select_album_context.xml
@@ -6,6 +6,20 @@
android:title="@string/common.info"/>
<item
+ android:id="@+id/album_menu_play_now"
+ android:title="@string/common.play_now"/>
+
+ <group android:id="@+id/hide_play_last">
+ <item
+ android:id="@+id/album_menu_play_last"
+ android:title="@string/common.play_last"/>
+ </group>
+
+ <item
+ android:id="@+id/album_menu_download"
+ android:title="@string/common.download"/>
+
+ <item
android:id="@+id/album_menu_show_artist"
android:title="@string/menu.show_artist"/>