From 54a5938effb231c5c33a12cd5bbc35ff3107dfd9 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 26 Oct 2013 18:12:28 -0700 Subject: Put settings/exit back in menus, take out of drawer --- res/menu/chat.xml | 10 ++++++++++ res/menu/main.xml | 9 +++++++++ res/menu/nowplaying.xml | 5 +++++ res/menu/nowplaying_offline.xml | 2 +- res/menu/select_artist.xml | 10 ++++++++++ res/menu/select_playlist.xml | 10 ++++++++++ res/menu/select_podcasts.xml | 10 ++++++++++ 7 files changed, 55 insertions(+), 1 deletion(-) (limited to 'res/menu') diff --git a/res/menu/chat.xml b/res/menu/chat.xml index 67c13587..c8ea860a 100644 --- a/res/menu/chat.xml +++ b/res/menu/chat.xml @@ -6,4 +6,14 @@ android:icon="@drawable/action_refresh" android:title="@string/menu.refresh" compat:showAsAction="always|withText"/> + + + + \ No newline at end of file diff --git a/res/menu/main.xml b/res/menu/main.xml index b0385836..4b13b3c1 100644 --- a/res/menu/main.xml +++ b/res/menu/main.xml @@ -26,4 +26,13 @@ android:id="@+id/menu_changelog" android:title="@string/changelog_full_title"/> + + + diff --git a/res/menu/nowplaying.xml b/res/menu/nowplaying.xml index 6b87dc76..2fad22d2 100644 --- a/res/menu/nowplaying.xml +++ b/res/menu/nowplaying.xml @@ -32,4 +32,9 @@ + + diff --git a/res/menu/nowplaying_offline.xml b/res/menu/nowplaying_offline.xml index 3800c013..3faa8d97 100644 --- a/res/menu/nowplaying_offline.xml +++ b/res/menu/nowplaying_offline.xml @@ -24,7 +24,7 @@ android:id="@+id/menu_toggle_timer" android:title="@string/download.start_timer"/> - diff --git a/res/menu/select_artist.xml b/res/menu/select_artist.xml index 2cc04541..1346343b 100644 --- a/res/menu/select_artist.xml +++ b/res/menu/select_artist.xml @@ -18,4 +18,14 @@ android:icon="@drawable/action_search" android:title="@string/menu.search" compat:showAsAction="ifRoom|withText"/> + + + + diff --git a/res/menu/select_playlist.xml b/res/menu/select_playlist.xml index ee134377..68904502 100644 --- a/res/menu/select_playlist.xml +++ b/res/menu/select_playlist.xml @@ -12,4 +12,14 @@ android:icon="@drawable/action_search" android:title="@string/menu.search" compat:showAsAction="always|withText"/> + + + + diff --git a/res/menu/select_podcasts.xml b/res/menu/select_podcasts.xml index ce0a2bb6..6311eaca 100644 --- a/res/menu/select_podcasts.xml +++ b/res/menu/select_podcasts.xml @@ -16,4 +16,14 @@ android:id="@+id/menu_check" android:icon="@drawable/action_refresh" android:title="@string/menu.check_podcasts"/> + + + + \ No newline at end of file -- cgit v1.2.3