Menu Resource Item Position Title to Left of Icon
问题 Is there a way to position the title text for a menu item to the left of the icon rather than to the right in an ActionBar? So in: <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/forward" android:title="Begin" android:icon="@drawable/ForwardArrow" android:showAsAction="always"></item> </menu> It would appear "Begin ->" instead of "-> Begin" 回答1: While you can define things like android:actionButtonStyle in a theme and apply that to your activity, I am