summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 09:06:47 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 09:06:47 +0300
commitd7dfd661ce86a6db4eac472a365ce0437c24ea0a (patch)
treef853f68738abf943d46acab35386c3c6009ba439 /res
parentd5f17058c4c2446b925c289bdd2f572263bac6cd (diff)
menu updates
Diffstat (limited to 'res')
-rw-r--r--res/menu/main_menu.xml7
-rw-r--r--res/values/strings.xml5
2 files changed, 9 insertions, 3 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index ac7423c4..f7bec3fb 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -2,7 +2,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/show_feeds"
android:icon="@android:drawable/ic_menu_rotate"
- android:title="@string/menu_unread_feeds"
+ android:title="@string/menu_all_feeds"
+ android:showAsAction=""/>
+
+ <item android:id="@+id/update"
+ android:icon="@android:drawable/ic_menu_rotate"
+ android:title="@string/update"
android:showAsAction="ifRoom|withText"/>
<item android:id="@+id/preferences"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 44d99b3d..5947deb9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,7 +26,8 @@
<string name="no_unread_feeds">No unread feeds.</string>
<string name="no_unread_headlines">No unread headlines.</string>
<string name="loading_message">Loading, please wait...</string>
- <string name="menu_unread_feeds">Unread feeds</string>
- <string name="menu_all_feeds">All feeds</string>
+ <string name="menu_unread_feeds">Show unread feeds</string>
+ <string name="menu_all_feeds">Show all feeds</string>
+ <string name="update">Update</string>
</resources>