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

Is that a t开发者_如何转开发ext or just an image?
Use android:showAsAction="ifRoom|withText" to show the menu title along with the icon.
Is that possible to define a text which to be shown in ActionBar along with icon?

Is that a t开发者_如何转开发ext or just an image?
Use android:showAsAction="ifRoom|withText" to show the menu title along with the icon.
精彩评论