summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 08:59:11 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 08:59:11 +0300
commitd5f17058c4c2446b925c289bdd2f572263bac6cd (patch)
tree83687183536f3698c22f3bbdda46c5bcab6d5334 /res/menu/main_menu.xml
parentc18ed97aa4b10d844e008c9dd610f775b5aaff8e (diff)
add show unread/show all menu item
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 42ec20e9..ac7423c4 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -1,5 +1,10 @@
<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:showAsAction="ifRoom|withText"/>
+
<item android:id="@+id/preferences"
android:icon="@android:drawable/ic_menu_preferences"
android:title="@string/preferences"