diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-11-24 09:06:47 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-11-24 09:06:47 +0300 |
| commit | d7dfd661ce86a6db4eac472a365ce0437c24ea0a (patch) | |
| tree | f853f68738abf943d46acab35386c3c6009ba439 /res/menu | |
| parent | d5f17058c4c2446b925c289bdd2f572263bac6cd (diff) | |
menu updates
Diffstat (limited to 'res/menu')
| -rw-r--r-- | res/menu/main_menu.xml | 7 |
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" |