aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-29 12:58:48 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-29 12:58:48 -0800
commit14542ac3d39435011384cef3ffd5c61fa8af8c34 (patch)
tree3de3a885e9749af1578eb162498331ae20cdeae6 /res/menu
parent2430bf529f1209bbe5144658cee1b9e136311215 (diff)
downloaddsub-14542ac3d39435011384cef3ffd5c61fa8af8c34.tar.gz
dsub-14542ac3d39435011384cef3ffd5c61fa8af8c34.tar.bz2
dsub-14542ac3d39435011384cef3ffd5c61fa8af8c34.zip
Added play next to other menus
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_album_context.xml4
-rw-r--r--res/menu/select_album_context_offline.xml4
-rw-r--r--res/menu/select_artist_context.xml4
-rw-r--r--res/menu/select_artist_context_offline.xml4
4 files changed, 16 insertions, 0 deletions
diff --git a/res/menu/select_album_context.xml b/res/menu/select_album_context.xml
index efc2f2fd..21f5cab9 100644
--- a/res/menu/select_album_context.xml
+++ b/res/menu/select_album_context.xml
@@ -12,6 +12,10 @@
android:title="@string/common.play_shuffled"
/>
+ <item
+ android:id="@+id/album_menu_play_next"
+ android:title="@string/common.play_next"/>
+
<item
android:id="@+id/album_menu_play_last"
android:title="@string/common.play_last"
diff --git a/res/menu/select_album_context_offline.xml b/res/menu/select_album_context_offline.xml
index d40466fd..c0fa32de 100644
--- a/res/menu/select_album_context_offline.xml
+++ b/res/menu/select_album_context_offline.xml
@@ -11,6 +11,10 @@
android:title="@string/common.play_shuffled"
/>
+ <item
+ android:id="@+id/album_menu_play_next"
+ android:title="@string/common.play_next"/>
+
<item
android:id="@+id/album_menu_play_last"
android:title="@string/common.play_last"
diff --git a/res/menu/select_artist_context.xml b/res/menu/select_artist_context.xml
index e35cae9e..e2a401a0 100644
--- a/res/menu/select_artist_context.xml
+++ b/res/menu/select_artist_context.xml
@@ -12,6 +12,10 @@
android:title="@string/common.play_shuffled"
/>
+ <item
+ android:id="@+id/artist_menu_play_next"
+ android:title="@string/common.play_next"/>
+
<item
android:id="@+id/artist_menu_play_last"
android:title="@string/common.play_last"
diff --git a/res/menu/select_artist_context_offline.xml b/res/menu/select_artist_context_offline.xml
index 72d99cd5..b48471be 100644
--- a/res/menu/select_artist_context_offline.xml
+++ b/res/menu/select_artist_context_offline.xml
@@ -12,6 +12,10 @@
android:title="@string/common.play_shuffled"
/>
+ <item
+ android:id="@+id/artist_menu_play_next"
+ android:title="@string/common.play_next"/>
+
<item
android:id="@+id/artist_menu_play_last"
android:title="@string/common.play_last"