summaryrefslogtreecommitdiff
path: root/res/menu/feeditem.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2013-08-16 14:39:54 -0400
committerTom Hennen <tom.hennen@gmail.com>2013-08-16 14:39:54 -0400
commit2d83b39c27a32f51776dac14b032a72e0c3fbef8 (patch)
treef3d88f7920d1c37b8b6609902b6e87783f0af4a8 /res/menu/feeditem.xml
parent82bdfe05ac9ced9ffff2469e8ec1dacf88a3f166 (diff)
downloadAntennaPod-2d83b39c27a32f51776dac14b032a72e0c3fbef8.zip
added move to top to individual items in the episode queue. Move to bottom coming soon.
Diffstat (limited to 'res/menu/feeditem.xml')
-rw-r--r--res/menu/feeditem.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml
index 09b7fa6b0..2d952d3c3 100644
--- a/res/menu/feeditem.xml
+++ b/res/menu/feeditem.xml
@@ -67,6 +67,10 @@
android:showAsAction="collapseActionView"
android:title="@string/support_label">
</item>
-
+ <item
+ android:id="@+id/move_to_top_item"
+ android:showAsAction="collapseActionView"
+ android:title="@string/move_to_top_label">
+ </item>
</menu> \ No newline at end of file