aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main_menu.xml7
1 files changed, 6 insertions, 1 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"