From 1d6294de8292f6945534f3ed4819b86d11c6ea75 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 8 Nov 2013 19:33:22 -0800 Subject: Added bookmarks tab to layout, more optimizations --- res/menu/abstract_top_menu.xml | 25 +++++++++++++++++++++++++ res/menu/select_playlist.xml | 25 ------------------------- res/menu/select_podcasts.xml | 6 ++++++ res/values/arrays.xml | 8 +++++--- res/values/strings.xml | 3 +++ res/xml/settings.xml | 6 ++++++ 6 files changed, 45 insertions(+), 28 deletions(-) create mode 100644 res/menu/abstract_top_menu.xml delete mode 100644 res/menu/select_playlist.xml (limited to 'res') diff --git a/res/menu/abstract_top_menu.xml b/res/menu/abstract_top_menu.xml new file mode 100644 index 00000000..98f9884e --- /dev/null +++ b/res/menu/abstract_top_menu.xml @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/res/menu/select_playlist.xml b/res/menu/select_playlist.xml deleted file mode 100644 index 68904502..00000000 --- a/res/menu/select_playlist.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml index 6311eaca..de6b83a7 100644 --- a/res/menu/select_podcasts.xml +++ b/res/menu/select_podcasts.xml @@ -7,6 +7,12 @@ android:title="@string/menu.refresh" compat:showAsAction="always|withText"/> + + @string/button_bar.browse @string/button_bar.playlists @string/button_bar.podcasts + @string/button_bar.bookmarks @string/button_bar.chat Home - Library - Playlists - Podcasts + Artist + Playlist + Podcast + Bookmark Chat diff --git a/res/values/strings.xml b/res/values/strings.xml index d162cd81..4eb57348 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -30,6 +30,7 @@ Playlists Now Playing Podcasts + Bookmarks Chat Welcome! @@ -332,6 +333,8 @@ Hide widget after exiting app Podcasts Enabled Whether or not to display the podcast listing in the pull out drawer + Bookmarks Enabled + Whether or not to display the bookmarks listing in the pull out drawer Shuffle By Start Year: diff --git a/res/xml/settings.xml b/res/xml/settings.xml index a53b1ee4..f83f361c 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -69,6 +69,12 @@ android:summary="@string/settings.podcasts_enabled_summary" android:key="podcastsEnabled" android:defaultValue="true"/> + + -- cgit v1.2.3