summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-17 18:44:43 +0400
committerAndrew Dolgov <[email protected]>2012-09-17 18:44:43 +0400
commit8e3e5add776ddb8bcc9e6b349d4eb470e93d15e0 (patch)
treef51eb8296398fd1a7f12a7c8ea98e9e65935696e /res/menu
parent3fd63d640aaa8248b69d035793681677ebc9a09c (diff)
implement most of offline menus
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/offline_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/offline_menu.xml b/res/menu/offline_menu.xml
index ad756aac..069625c5 100644
--- a/res/menu/offline_menu.xml
+++ b/res/menu/offline_menu.xml
@@ -23,11 +23,11 @@
android:title="@string/menu_all_feeds"/>
</group>
<group android:id="@+id/menu_group_headlines" >
- <item
+ <!-- <item
android:id="@+id/go_online"
android:icon="@drawable/ic_menu_cloud"
android:title="@string/go_online"
- android:visible="false"/>
+ android:visible="false"/> -->
<item
android:id="@+id/search"
android:actionViewClass="android.widget.SearchView"