嗨, 我一直在尝试使用Android Studio在一个非常简单的基本程序中更改操作栏颜色 - 但没有成功。 我使用三星Galaxy S4进行测试。怎么了?
我的清单包括这一行:android:theme =" @ style / AppTheme"
Style.xml就是这个:
**<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light">
<!-- Customize your theme here. -->
</style>
<style name="MyActionBar" parent="android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">#ff0000</item>
</style>**
答案 0 :(得分:0)
更改清单中的名称 像这样
@style/AppTheme to @style/MyActionBar