aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/category_menu.xml3
-rw-r--r--res/menu/feed_menu.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/menu/category_menu.xml b/res/menu/category_menu.xml
index 69f26554..28216d41 100644
--- a/res/menu/category_menu.xml
+++ b/res/menu/category_menu.xml
@@ -16,4 +16,7 @@
android:id="@+id/catchup_category"
android:title="@string/catchup"/>
+ <item
+ android:id="@+id/create_shortcut"
+ android:title="@string/place_shortcut"/>
</menu> \ No newline at end of file
diff --git a/res/menu/feed_menu.xml b/res/menu/feed_menu.xml
index dc859124..c0578897 100644
--- a/res/menu/feed_menu.xml
+++ b/res/menu/feed_menu.xml
@@ -15,5 +15,9 @@
<item
android:id="@+id/catchup_feed"
android:title="@string/catchup"/>
+
+ <item
+ android:id="@+id/create_shortcut"
+ android:title="@string/place_shortcut"/>
</menu> \ No newline at end of file