Hi This never works for me, i'm loading in Galaxy nexus and even using "always|withText" it only ever shows the text if in landscape mode. even though i am testing with just a single item and there is a entire title bar of unused space. Any ideas?
– wired00Dec 03 '12 at 05:53
3
seems it doesn't work in ICS+ http://stackoverflow.com/questions/12511348/title-for-icon-in-actionbar-is-not-shown
– wired00Dec 03 '12 at 06:00
5
@wired00: `showAsAction` is a hint, not a command. Android will interpret that hint how it wants based on screen size and orientation.
– CommonsWareDec 03 '12 at 11:34