Getting started with ActionBar...
For MenuItem.SHOW_AS_ACTION_IF_ROOM the documentation says:
Show this item as a button in an Action Bar if the system decides there is room for it.
My question is, how does the system decide if there's room, and can I affect/tweak that decision?
In my case, I have a few menu items that would be appropriate to show as action buttons--if there's enough room. On smaller screens they take enough space to make actionbar's title ellipsized. I'd prefer them to go into action overflow in this case, instead of obscuring title.
PS. I am using ActionBarSherlock and haven't checked if native ActionBar acts exactly the same. If native ActionBar doesn't allow "if-room" action items to shrink title too much, then cool, I'll go looking for a bug in ActionBarSherlock.