【发布时间】:2021-07-11 18:20:58
【问题描述】:
在我的 Themes.xml 中有
<item name="colorPrimary">@color/teal_200</item>
这将设置应用栏颜色 AOK
但是,如果我将我的 Themes.xml(夜间)设置为
<item name="colorPrimary">@color/teal_200</item>
我使用深色主题,颜色设置被忽略
谁能解释一下我错过了什么?
【问题讨论】:
-
发布您的应用主题
标签: android android-studio material-design