diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-01-01 21:56:42 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-01-01 21:56:42 -0800 |
commit | 878f1d58b9800ef3c1bbf1af9970cbb2e36da8a8 (patch) | |
tree | d244ab15cfafaf77af4fadab673522e64f037ad7 /subsonic-android/res/menu/select_artist.xml | |
parent | dc8afd5dbc1606be50b694c876c85df6eb57992d (diff) | |
download | dsub-878f1d58b9800ef3c1bbf1af9970cbb2e36da8a8.tar.gz dsub-878f1d58b9800ef3c1bbf1af9970cbb2e36da8a8.tar.bz2 dsub-878f1d58b9800ef3c1bbf1af9970cbb2e36da8a8.zip |
Added search actions to artist tab + playlist tab
Diffstat (limited to 'subsonic-android/res/menu/select_artist.xml')
-rw-r--r-- | subsonic-android/res/menu/select_artist.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_artist.xml b/subsonic-android/res/menu/select_artist.xml index b5d0fd41..a7b988a5 100644 --- a/subsonic-android/res/menu/select_artist.xml +++ b/subsonic-android/res/menu/select_artist.xml @@ -11,6 +11,12 @@ android:icon="@drawable/action_shuffle" android:title="@string/menu.shuffle" android:showAsAction="always|withText"/> + + <item + android:id="@+id/menu_search" + android:icon="@drawable/action_search" + android:title="@string/menu.search" + android:showAsAction="ifRoom|withText"/> <item android:id="@+id/menu_settings" |