Is that possible to define a text which to be shown in ActionBar along with icon?
Is that a text or just an image?
Is that possible to define a text which to be shown in ActionBar along with icon?
Is that a text or just an image?
Use android:showAsAction="ifRoom|withText"
to show the menu title along with the icon.
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.