summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/queue.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2015-01-19 21:49:56 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2015-01-19 21:49:56 +0100
commitd04aa8295426f786e9fa75f74038f170060d823d (patch)
treeb53f5c4183098f3046eafe8cd4492b85ab47a84e /app/src/main/res/menu/queue.xml
parent373f28c8aea278ae50ac6ebbdc7db5d3703dcec4 (diff)
parent86e5e9ea1373980576f76ad1abf676a4c9911fac (diff)
downloadAntennaPod-d04aa8295426f786e9fa75f74038f170060d823d.zip
Merge branch 'add_refresh_button_to_queue_view_595' of git://github.com/TomHennen/AntennaPod into TomHennen-add_refresh_button_to_queue_view_595
Diffstat (limited to 'app/src/main/res/menu/queue.xml')
-rw-r--r--app/src/main/res/menu/queue.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/menu/queue.xml b/app/src/main/res/menu/queue.xml
new file mode 100644
index 000000000..0f06ea952
--- /dev/null
+++ b/app/src/main/res/menu/queue.xml
@@ -0,0 +1,13 @@
+<?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"
+ android:icon="?attr/navigation_refresh"/>
+
+</menu> \ No newline at end of file