我的操作栏颜色没有改变的原因是什么?

时间:2019-03-29 15:50:20

标签: android android-actionbar

我在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>

颜色不变。我想念什么?谢谢

1 个答案:

答案 0 :(得分:0)

你的意思是... @ color / colorDarkGreen