How to add text to icons in ActionBar?
Asked Answered
H

1

10

Is that possible to define a text which to be shown in ActionBar along with icon?

enter image description here

Is that a text or just an image?

Herder answered 25/8, 2011 at 11:19 Comment(0)
J
18

Use android:showAsAction="ifRoom|withText" to show the menu title along with the icon.

Jobber answered 25/8, 2011 at 14:42 Comment(3)
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?Holdover
seems it doesn't work in ICS+ #12511848Holdover
@wired00: showAsAction is a hint, not a command. Android will interpret that hint how it wants based on screen size and orientation.Jobber

© 2022 - 2024 — McMap. All rights reserved.