summaryrefslogtreecommitdiff
path: root/res/menu/feedlist.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-16 20:23:10 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-16 20:23:10 +0200
commit7a1c8d3ee813fd016dca14aed963738c7ec9e188 (patch)
tree2d4085192f2e18f13b2c29ef5f825ba00330e31d /res/menu/feedlist.xml
parent4cd84da5a33cbd905963ea0f41fbcbe1ca8d3389 (diff)
downloadAntennaPod-7a1c8d3ee813fd016dca14aed963738c7ec9e188.zip
minor bugfixes
Diffstat (limited to 'res/menu/feedlist.xml')
-rw-r--r--res/menu/feedlist.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/feedlist.xml b/res/menu/feedlist.xml
index 3caf48d96..27bcdb59a 100644
--- a/res/menu/feedlist.xml
+++ b/res/menu/feedlist.xml
@@ -4,18 +4,18 @@
android:id="@+id/add_feed"
android:title="Add Feed"
android:icon="@drawable/content_new"
- android:showAsAction="ifRoom">
+ android:showAsAction="ifRoom|collapseActionView">
</item>
<item
android:id="@+id/all_feed_refresh"
android:title="Refresh"
android:icon="@drawable/navigation_refresh"
- android:showAsAction="ifRoom">
+ android:showAsAction="ifRoom|collapseActionView">
</item>
<item
android:id="@+id/show_downloads"
android:title="Downloads"
android:icon="@drawable/av_download"
- android:showAsAction="ifRoom">
+ android:showAsAction="ifRoom|collapseActionView">
</item>
</menu>