我试图改变应用程序的背景,但是当我做下面的(SDK 14)在动作条中的项目也改变以匹配新的背景颜色。 该动作条本身具有正确的背景,但在动作条中的项目不要。 我能得到的actionbarmenuitems是正确的,但标题和搜索视图和家庭图标和后退按钮都有背景上的自定义主题设置。 我究竟做错了什么?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Holo.DarkerBack" parent="@android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:background">@color/background</item>
<item name="android:actionBarStyle">@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse</item>
</style>
</resources>