<style name="AppTheme" parent="Theme.AppCompat">
<item name="colorPrimary">@color/red</item>
<item name="colorPrimaryDark">@color/dark_red</item>
<item name="colorAccent">@color/gray</item>
<item name="android:colorBackground">@color/soothing_blue</item>
</style>
如题 ,覆盖了colorBackground 在api 21下的版本不显示,求教