summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/feeditem.xml1
-rw-r--r--res/values/ids.xml2
-rw-r--r--res/values/strings.xml2
3 files changed, 4 insertions, 1 deletions
diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml
index 09b7fa6b0..505de1d4a 100644
--- a/res/menu/feeditem.xml
+++ b/res/menu/feeditem.xml
@@ -67,6 +67,5 @@
android:showAsAction="collapseActionView"
android:title="@string/support_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"/>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a0da91420..493122b1b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -133,6 +133,8 @@
<string name="organize_queue_label">Organize queue</string>
<string name="undo">Undo</string>
<string name="removed_from_queue">Item removed</string>
+ <string name="move_to_top_label">Move to top</string>
+ <string name="move_to_bottom_label">Move to bottom</string>
<!-- Flattr -->
<string name="flattr_auth_label">Flattr sign-in</string>