I need to display both icon and title of action inside ActionBar.
icon
title
ActionBar
I\'ve tried \"withText\" option, but it has no
withText
If any1 in 2017 is wondering how to do this programmatically, there is a way that i don't see in the answers
.setShowAsAction(MenuItem.SHOW_AS_ACTION_ALWAYS | MenuItem.SHOW_AS_ACTION_WITH_TEXT);