Android ActionBar: Set text color of action view?
I've found how to change a lot of the other style information in the Android 3.0 ActionBar, but I haven't been able to figure out what style definitions to use to change the text color o开发者_如何学编程n a item created with the "withText" attribute.
Is there a way to do this app-wide in a custom theme?
You can use the theme attribute android:actionMenuTextColor
.
精彩评论