diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-29 12:58:48 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-29 12:58:48 -0800 |
commit | 14542ac3d39435011384cef3ffd5c61fa8af8c34 (patch) | |
tree | 3de3a885e9749af1578eb162498331ae20cdeae6 /res/menu | |
parent | 2430bf529f1209bbe5144658cee1b9e136311215 (diff) | |
download | dsub-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.xml | 4 | ||||
-rw-r--r-- | res/menu/select_album_context_offline.xml | 4 | ||||
-rw-r--r-- | res/menu/select_artist_context.xml | 4 | ||||
-rw-r--r-- | res/menu/select_artist_context_offline.xml | 4 |
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" |