summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-17 10:37:32 +0400
committerAndrew Dolgov <[email protected]>2013-10-17 10:37:32 +0400
commit45116bd86bed97ec87055e6454891c7db6dad21d (patch)
tree23dfaaeeff5add34730da4b5c0672d643235a634 /res
parentd975ea568dff63948fc2bf1541e256bb2d1bc87c (diff)
experimental support for making launcher shortcuts (to headlinesactivity
only atm)
Diffstat (limited to 'res')
-rw-r--r--res/menu/category_menu.xml3
-rw-r--r--res/menu/feed_menu.xml4
-rw-r--r--res/values/strings.xml2
3 files changed, 9 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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b6831d6d..f854dabf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -204,4 +204,6 @@
<string name="theme_system">Device Default</string>
<string name="accel_webview_summary">Disable if you see flicker or visual glitches.</string>
<string name="accel_webview_title">Accelerate web views</string>
+ <string name="place_shortcut">Place shortcut</string>
+ <string name="shortcut_has_been_placed_on_the_home_screen">Shortcut has been placed on the home screen</string>
</resources>