How To Add Text To Icons In Actionbar?
Is that possible to define a text which to be shown in ActionBar along with icon? Is that a text or just an image?
Solution 1:
Use android:showAsAction="ifRoom|withText"
to show the menu title along with the icon.
Post a Comment for "How To Add Text To Icons In Actionbar?"