Android ActionBar:设置操作视图的文本颜色?
我已经找到了如何更改 Android 3.0 ActionBar 中的许多其他样式信息,但我无法弄清楚使用哪些样式定义来更改使用“withText”属性创建的项目上的文本颜色。
有没有办法在自定义主题中在应用程序范围内执行此操作?
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 on a item created with the "withText" attribute.
Is there a way to do this app-wide in a custom theme?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用主题属性
android:actionMenuTextColor
。You can use the theme attribute
android:actionMenuTextColor
.