diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-11-26 18:04:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-11-26 18:04:54 +0300 |
| commit | 2e5bccb94290dae8fee7088283e8e3ecda6c764e (patch) | |
| tree | 05298d3ff6f8cf94eeacb79a4110a7574f33665b /res/menu/main_menu.xml | |
| parent | 084b059577551df4c6ae909bbd5eb43ffa0c8ad7 (diff) | |
fix smallscreenmode being enabled in portrait
Diffstat (limited to 'res/menu/main_menu.xml')
| -rw-r--r-- | res/menu/main_menu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 3d73fe82..3e3a466e 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -25,7 +25,7 @@ <item android:id="@+id/show_all_articles" android:icon="@android:drawable/ic_menu_agenda" android:title="@string/show_all_articles" - android:showAsAction="ifRoom|withText"/> + android:showAsAction=""/> <item android:id="@+id/update_feeds" android:icon="@android:drawable/ic_menu_rotate" |