summaryrefslogtreecommitdiff
path: root/res/menu/offline_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-29 00:47:38 +0400
committerAndrew Dolgov <[email protected]>2013-11-29 00:47:38 +0400
commit7bbbadee1ece513dd186e36854ecf1763b648032 (patch)
tree129fcad25ec0f7d6dcd05456e461e534541f3292 /res/menu/offline_menu.xml
parentf0a29f9bcba46c09a750f19b715a730fcc74eb02 (diff)
add ability to toggle headlines activity sidebar manually in landscape
on tablets
Diffstat (limited to 'res/menu/offline_menu.xml')
-rw-r--r--res/menu/offline_menu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/offline_menu.xml b/res/menu/offline_menu.xml
index 68046522..90e2e4aa 100644
--- a/res/menu/offline_menu.xml
+++ b/res/menu/offline_menu.xml
@@ -34,6 +34,11 @@
android:id="@+id/headlines_view_mode"
android:showAsAction=""
android:title="@string/headlines_view_mode"/>
+
+ <item
+ android:id="@+id/headlines_toggle_sidebar"
+ android:showAsAction=""
+ android:title="@string/toggle_sidebar"/>
</group>
<!--
<group android:id="@+id/menu_group_headlines_selection" >