为啥我在 theme.xml 中的 colorPrimary 和 .. 不是 color ?我是初学者,当我打开 color.xml 时,我的 color.xml 中有紫色和深紫色
Posted
技术标签:
【中文标题】为啥我在 theme.xml 中的 colorPrimary 和 .. 不是 color ?我是初学者,当我打开 color.xml 时,我的 color.xml 中有紫色和深紫色【英文标题】:why are my colorPrimory and .. in theme.xml not color ? i am a begginer when I open color.xml there are purple and purple dark in my color.xml为什么我在 theme.xml 中的 colorPrimary 和 .. 不是 color ?我是初学者,当我打开 color.xml 时,我的 color.xml 中有紫色和深紫色 【发布时间】:2021-12-29 16:17:27 【问题描述】:为什么我在 theme.xml 中的 colorPrimory 和 .. 不是 color ?当我打开 color.xml 时,我是初学者
【问题讨论】:
需要编写您尝试过的代码和崩溃的错误日志 【参考方案1】:如果我没看错,你应该先在colors.xml中声明你的颜色,然后将它导入到themes.xml中,像这样:
在colors.xml中:
<color name="custom_red"> #9F0F17 </color>
在themes.xml中,在样式标签内
<item name="colorPrimary">@color/custom_red</item>
【讨论】:
以上是关于为啥我在 theme.xml 中的 colorPrimary 和 .. 不是 color ?我是初学者,当我打开 color.xml 时,我的 color.xml 中有紫色和深紫色的主要内容,如果未能解决你的问题,请参考以下文章
android 中theme.xml与style.xml的区别
android 中theme.xml与style.xml的区别