错误:预期颜色但得到(原始字符串)颜色/灰色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:预期颜色但得到(原始字符串)颜色/灰色相关的知识,希望对你有一定的参考价值。

我已经切换到android studio 3.在我修复了很多问题后,我收到了这个错误:

color / colorPrimary但我去了这个错误:错误:(87,5)错误:预期颜色但得到(原始字符串)颜色/灰色

enter image description here

答案

你忘了在@之前添加color/colorPrimary

改变它像@color/colorPrimary

示例代码

 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>

    </style>

以上是关于错误:预期颜色但得到(原始字符串)颜色/灰色的主要内容,如果未能解决你的问题,请参考以下文章

UITabBarItem 图像颜色为灰色,而原始图像为白色

如何在灰色图像中添加颜色

Pyqt5 检查按钮颜色并更改按钮颜色

启用 False 时如何更改 TabBarItem 的颜色

应用于 UITextView 的 CAGradient 颜色错误

C4D视图界面颜色变灰?请问如何恢复初始颜色