summaryrefslogtreecommitdiff
path: root/res/values/ids.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2013-09-09 21:29:53 -0400
committerTom Hennen <tom.hennen@gmail.com>2013-09-09 21:29:53 -0400
commite1fc800d088a4b150deb3aff072cda7af8da8ca7 (patch)
tree0c1073fda0016ab017195d6dd18edb002983e896 /res/values/ids.xml
parent34a5e62339928d9a6353ba966cf9841e1719b570 (diff)
downloadAntennaPod-e1fc800d088a4b150deb3aff072cda7af8da8ca7.zip
Moved move to top/bottom menu options to EpisodesFragement from FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r--res/values/ids.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index 5356cd119..c1d80d375 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -15,6 +15,8 @@
<item name="organize_queue_item" type="id"/>
<item name="drag_handle" type="id"/>
<item name="skip_episode_item" type="id"/>
+ <item name="move_to_top_item" type="id"/>
+ <item name="move_to_bottom_item" type="id"/>
<item name="image_disk_cache_key" type="id"/>
<item name="imageloader_key" type="id"/>
<item name="notification_gpodnet_sync_error" type="id"/>