summaryrefslogtreecommitdiff
path: root/res/menu/new_episodes.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-04-21 13:15:33 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-04-21 13:15:33 +0200
commit15c333ed39251329f3c69bfa4260239b9c733f3f (patch)
tree17f2abceac17b9c9ecf44a775f0c01accd74fe82 /res/menu/new_episodes.xml
parent3a3116fe9629b49b18c6777aba08649ab3a203b1 (diff)
downloadAntennaPod-15c333ed39251329f3c69bfa4260239b9c733f3f.zip
Re-implemented menus
Diffstat (limited to 'res/menu/new_episodes.xml')
-rw-r--r--res/menu/new_episodes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/menu/new_episodes.xml b/res/menu/new_episodes.xml
new file mode 100644
index 000000000..00ff3bc5a
--- /dev/null
+++ b/res/menu/new_episodes.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:custom="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/refresh_item"
+ android:title="@string/refresh_label"
+ android:menuCategory="container"
+ custom:showAsAction="ifRoom|collapseActionView"
+ android:icon="?attr/navigation_refresh"/>
+
+ <item
+ android:id="@+id/mark_all_read_item"
+ android:title="@string/mark_all_read_label"
+ android:menuCategory="container"
+ custom:showAsAction="ifRoom|collapseActionView"
+ android:icon="?attr/navigation_accept"/>
+
+</menu> \ No newline at end of file