summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-06 09:03:55 +0300
committerAndrew Dolgov <[email protected]>2011-12-06 09:03:55 +0300
commit72a8b558e6459c0a6631fb16ad34011dbef426d8 (patch)
tree68c982750045b67bfabe17ee29b978d2456f2378 /res/menu/main_menu.xml
parentd1cb963452b65f8d266d9f57299d0f2619b058cb (diff)
code cleanup, use separate menu for offline mode, start implementing
menu actions
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 04835d49..8101530a 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -1,12 +1,5 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item
- android:id="@+id/go_online"
- android:icon="@drawable/ic_menu_cloud"
- android:showAsAction="ifRoom|withText"
- android:title="@string/go_online"
- android:visible="false"/>
-
<group android:id="@+id/menu_group_logged_in" >
<item