diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/feeditem.xml | 10 | ||||
-rw-r--r-- | res/values/ids.xml | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml index 644b71081..505de1d4a 100644 --- a/res/menu/feeditem.xml +++ b/res/menu/feeditem.xml @@ -67,15 +67,5 @@ 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> - <item - android:id="@+id/move_to_bottom_item" - android:showAsAction="collapseActionView" - android:title="@string/move_to_bottom_label"> - </item> </menu>
\ No newline at end of file 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"/> |