我在styles.xml文件中使用以下代码行:
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light">
//Other three color items
<item name="actionBarStyle">@style/ActionBarTheme</item>
</style>
<style name="ActionBarTheme" parent="Widget.AppCompat.Light.ActionBar">
<item name="background">@color/colorLightGreen</item>
</style>
</resources>
这是在colors.xml中定义颜色的方式:
<color name="colorLightGreen">#008000</color>
颜色不变。我想念什么?谢谢
答案 0 :(得分:0)
你的意思是... @ color / colorDarkGreen