summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-19 21:02:36 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-19 21:02:36 +0200
commite2ddfd292b7655e1dd6cf9becefde8b17bb8bd17 (patch)
treebec04aa91e977092bc079166ab4c48e91a68916a /res
parent245f272a3510ccc816aeedd8b215d5491e08c67a (diff)
downloadAntennaPod-e2ddfd292b7655e1dd6cf9becefde8b17bb8bd17.zip
Feeds can now be deleted
Diffstat (limited to 'res')
-rw-r--r--res/menu/feedlist.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/feedlist.xml b/res/menu/feedlist.xml
new file mode 100644
index 000000000..8df6bab26
--- /dev/null
+++ b/res/menu/feedlist.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:id="@+id/remove_item" android:title="@string/remove_label" android:icon="@drawable/content_discard" android:visible="true"></item>
+
+
+</menu> \ No newline at end of file