Reputation: 60184
Is that possible to define a text which to be shown in ActionBar along with icon?
Is that a text or just an image?
Upvotes: 10
Views: 9609
Reputation: 1006664
Use android:showAsAction="ifRoom|withText"
to show the menu title along with the icon.
Upvotes: 18