aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/select_artist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/menu/select_artist.xml')
-rw-r--r--subsonic-android/res/menu/select_artist.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/res/menu/select_artist.xml b/subsonic-android/res/menu/select_artist.xml
index 84c0e370..06be773a 100644
--- a/subsonic-android/res/menu/select_artist.xml
+++ b/subsonic-android/res/menu/select_artist.xml
@@ -4,13 +4,13 @@
android:id="@+id/menu_refresh"
android:icon="@drawable/action_refresh"
android:title="@string/menu.refresh"
- android:showAsAction="ifRoom|withText"/>
+ android:showAsAction="always|withText"/>
<item
android:id="@+id/menu_shuffle"
android:icon="@drawable/action_shuffle"
android:title="@string/menu.shuffle"
- android:showAsAction="ifRoom|withText"/>
+ android:showAsAction="always|withText"/>
<item
android:id="@+id/menu_help"