From 0f1ab295e42f62c5f62bee2f4285da0f2de8f888 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 2 Sep 2014 20:36:49 -0700 Subject: Make Show Rating in menus optional --- res/menu/select_album_context.xml | 10 ++++++---- res/menu/select_song_context.xml | 10 ++++++---- res/values/strings.xml | 1 + res/xml/settings.xml | 6 ++++++ 4 files changed, 19 insertions(+), 8 deletions(-) (limited to 'res') diff --git a/res/menu/select_album_context.xml b/res/menu/select_album_context.xml index d1a6b271..5b2529e7 100644 --- a/res/menu/select_album_context.xml +++ b/res/menu/select_album_context.xml @@ -58,8 +58,10 @@ android:id="@+id/album_menu_share" android:title="@string/menu.share"/> - - + + + + diff --git a/res/menu/select_song_context.xml b/res/menu/select_song_context.xml index 7f15ccbf..d8fc211c 100644 --- a/res/menu/select_song_context.xml +++ b/res/menu/select_song_context.xml @@ -59,10 +59,12 @@ android:id="@+id/song_menu_share" android:title="@string/menu.share"/> - - + + + + Show Play last in menus Show Star in menus Show Share in menus + Show Rating in menus Browse By Tags Browse by tags instead of by folder structure. Requires Subsonic 4.7+ Override System Language diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 42b74aa0..bafb5f6c 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -101,6 +101,12 @@ android:key="showShared" android:defaultValue="true"/> + + -- cgit v1.2.3