diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-09-08 20:05:00 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-09-08 20:05:00 +0400 |
| commit | f976b25c1edf0bc4871cb66b1c20e8b3b5669a6d (patch) | |
| tree | 79ebf3b2f4fb195b38a7a9d01cc3f0e3eeddc030 /res/menu/main_menu.xml | |
| parent | 2e2b5e5a11b0f2dbfe5e8d5f26a9942f0226745e (diff) | |
rework authentication
base feedlist adapter on sqlite
Diffstat (limited to 'res/menu/main_menu.xml')
| -rw-r--r-- | res/menu/main_menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 5b87eed0..f935a5e2 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" + <!-- <item android:id="@+id/logout" android:title="@string/logout" android:icon="@android:drawable/presence_offline" - android:showAsAction="ifRoom|withText"/> + android:showAsAction="ifRoom|withText"/> --> </menu> |