aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-08 19:33:22 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-08 19:33:22 -0800
commit1d6294de8292f6945534f3ed4819b86d11c6ea75 (patch)
tree316b4fa7af34dfefafb44e4e77ab39501f940d74 /res/menu
parentb7a29c6058b9e0f1ddb493f55e933062b913484e (diff)
downloaddsub-1d6294de8292f6945534f3ed4819b86d11c6ea75.tar.gz
dsub-1d6294de8292f6945534f3ed4819b86d11c6ea75.tar.bz2
dsub-1d6294de8292f6945534f3ed4819b86d11c6ea75.zip
Added bookmarks tab to layout, more optimizations
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/abstract_top_menu.xml (renamed from res/menu/select_playlist.xml)50
-rw-r--r--res/menu/select_podcasts.xml6
2 files changed, 31 insertions, 25 deletions
diff --git a/res/menu/select_playlist.xml b/res/menu/abstract_top_menu.xml
index 68904502..98f9884e 100644
--- a/res/menu/select_playlist.xml
+++ b/res/menu/abstract_top_menu.xml
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:compat="http://schemas.android.com/apk/res-auto">
- <item
- android:id="@+id/menu_refresh"
- android:icon="@drawable/action_refresh"
- android:title="@string/menu.refresh"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_search"
- android:icon="@drawable/action_search"
- android:title="@string/menu.search"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_settings"
- android:icon="@drawable/action_settings"
- android:title="@string/menu.settings"/>
-
- <item
- android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
- android:title="@string/menu.exit"/>
-</menu>
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:compat="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/menu_refresh"
+ android:icon="@drawable/action_refresh"
+ android:title="@string/menu.refresh"
+ compat:showAsAction="always|withText"/>
+
+ <item
+ android:id="@+id/menu_search"
+ android:icon="@drawable/action_search"
+ android:title="@string/menu.search"
+ compat:showAsAction="always|withText"/>
+
+ <item
+ android:id="@+id/menu_settings"
+ android:icon="@drawable/action_settings"
+ android:title="@string/menu.settings"/>
+
+ <item
+ android:id="@+id/menu_exit"
+ android:icon="@drawable/action_exit"
+ android:title="@string/menu.exit"/>
+</menu>
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"/>
+ <item
+ android:id="@+id/menu_search"
+ android:icon="@drawable/action_search"
+ android:title="@string/menu.search"
+ compat:showAsAction="always|withText"/>
+
<item
android:id="@+id/menu_add_podcast"
android:icon="@drawable/action_exit"