【发布时间】:2014-03-25 14:52:33
【问题描述】:
我试图通过在主应用程序主题中添加一行来更改应用程序的基本背景颜色:
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:background">@android:color/white</item>
</style>
但是它会级联到像这样的操作栏和徽标这样的子对象:
我做错了什么?
【问题讨论】: