summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 21:36:13 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 21:36:13 +0300
commit2b15ba91d4469fbb92b13195785f474bec0b3d3c (patch)
tree56c01b6d52a41278a31962db0370f79571a9f06d /res/menu/main_menu.xml
parentb150696e7912c6f1732102953e1206d5d82f7189 (diff)
add category support to tablet UI
Diffstat (limited to 'res/menu/main_menu.xml')
-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 04bea68e..3c699bf3 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -16,7 +16,12 @@
android:icon="@android:drawable/ic_menu_agenda"
android:title="@string/menu_all_feeds"
android:showAsAction=""/>
-
+
+ <item android:id="@+id/back_to_categories"
+ android:icon="@android:drawable/ic_menu_revert"
+ android:title="@string/back_to_categories"
+ android:showAsAction="ifRoom|withText"/>
+
<item android:id="@+id/close_article"
android:icon="@android:drawable/ic_menu_close_clear_cancel"
android:title="@string/close_article"