Eugene
Eugene

Reputation: 60184

How to add text to icons in ActionBar?

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?

Upvotes: 10

Views: 9609

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006664

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

Upvotes: 18

Related Questions