summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
commit7393ab7631bfe138263ea8ffe2be4e012908d6c9 (patch)
treef8566f19e0f5cab65fd773c8939f24aa19442f9e /res/menu
parent38028b1e7e47b239a4942c851a04c9903fc684c3 (diff)
various activity lifecycle-related fixes
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main_menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index f935a5e2..ebd8fe44 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -5,9 +5,9 @@
android:title="@string/preferences"
android:showAsAction="ifRoom|withText"/>
- <!-- <item android:id="@+id/logout"
- android:title="@string/logout"
+ <item android:id="@+id/sync_status"
+ android:title="@string/offline"
android:icon="@android:drawable/presence_offline"
- android:showAsAction="ifRoom|withText"/> -->
+ android:showAsAction="ifRoom|withText"/>
</menu>