withText in split ActionBar
问题 I'm having an issue where if the ActionItem has both an icon and text and the ActionBar is split, it will only show the icon even if the showAsAction="always|withText" . Is there a way to force the text to appear? 回答1: withText is a hint to the system. On width-constrained devices or configurations the system may choose to ignore it. 回答2: I had the same problem recently and as already answered by adamp, there is no way to force the text to appear with the "withText" option. Actually this can