我在我的应用程序中更改了操作栏的背景,为了使文本再次可读,我必须更改文本的颜色。我在标题/副标题和选项卡文本方面取得了成功,但我在操作项的文本上苦苦挣扎——无论我尝试什么,它们都保持白色。有人对如何做到这一点有提示吗?溢出图标也是白色的,在木质背景上看起来不太好 - 这是使用下面的东西的一个非常好的理由吗?我不太确定不这样做的原因是什么,但由于我没有大型设备测试公园,我最好确定一下;-)
<!-- the following can be used to style the overflow menu button
only do this if you have an *extremely* good reason to!! -->
<!--<style name="MyOverflowButton" parent="Widget.Sherlock.ActionButton.Overflow">
<item name="android:src">@drawable/ic_menu_view</item>
<item name="android:background">@drawable/action_button_background</item>
</style>-->