summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-21 09:31:30 +0400
committerAndrew Dolgov <[email protected]>2013-10-21 09:31:30 +0400
commitf5337db60f81243007db00c2b6704c99d7038747 (patch)
tree489ce0c3594c210f81e1da7d162fc6677a22807d /res
parentc1f6c1407cb31a7b4dd069415a44a7307ea84739 (diff)
move refresh buttons into overflow because of pull to refresh
Diffstat (limited to 'res')
-rw-r--r--res/menu/main_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 9484bd76..a9deb300 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -30,7 +30,7 @@
<item
android:id="@+id/update_feeds"
android:icon="@drawable/ic_refresh_light"
- android:showAsAction="ifRoom"
+ android:showAsAction=""
android:title="@string/update_feeds"/>
<item
android:id="@+id/logout"
@@ -41,7 +41,7 @@
<item
android:id="@+id/update_headlines"
android:icon="@drawable/ic_refresh_light"
- android:showAsAction="ifRoom"
+ android:showAsAction=""
android:title="@string/update_headlines"/>
<item
android:id="@+id/search"