aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_podcasts.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-10-26 18:12:28 -0700
committerScott Jackson <daneren2005@gmail.com>2013-10-26 18:12:28 -0700
commit54a5938effb231c5c33a12cd5bbc35ff3107dfd9 (patch)
tree335fa339f53848e22cbed3d938e74bc82d18444f /res/menu/select_podcasts.xml
parentea85a04946b3c2f5a98dca51385614b155659d4a (diff)
downloaddsub-54a5938effb231c5c33a12cd5bbc35ff3107dfd9.tar.gz
dsub-54a5938effb231c5c33a12cd5bbc35ff3107dfd9.tar.bz2
dsub-54a5938effb231c5c33a12cd5bbc35ff3107dfd9.zip
Put settings/exit back in menus, take out of drawer
Diffstat (limited to 'res/menu/select_podcasts.xml')
-rw-r--r--res/menu/select_podcasts.xml10
1 files changed, 10 insertions, 0 deletions
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"/>
+
+ <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> \ No newline at end of file