summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
commit30eea4c5e4022a5630138f2d3bd36eccf8031dc4 (patch)
treed8eba6467a498b298399a0a87b2eef21e278f0e3 /res/menu
parenta14e9cd14e3d9490a6c4680e54bcd7d691bf548b (diff)
implement placeholder headlinesfragment
fix reloading feedsfragment on rotate
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main_menu.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 8552cfcd..5b87eed0 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -6,7 +6,8 @@
android:showAsAction="ifRoom|withText"/>
<item android:id="@+id/logout"
- android:title="@string/logout"
- android:showAsAction=""/>
+ android:title="@string/logout"
+ android:icon="@android:drawable/presence_offline"
+ android:showAsAction="ifRoom|withText"/>
</menu>