【发布时间】:2014-03-05 19:58:16
【问题描述】:
我已将 values-v14 中的 styles.xml 修改为:
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<item name="android:actionBarStyle">@style/BlueWhiteActionBarTheme</item>
</style>
<style name="BlueWhiteActionBarTheme" parent="AppBaseTheme">
<item name="android:background">#0089CD</item>
</style>
但是如果我用这个修改运行应用程序,ActionBar 就会消失,有人知道我做错了什么吗?
【问题讨论】:
标签: android xml styles android-actionbar themes