主题中缺少 colorInversePrimary 和 colorShadow。Material3.Light.NoActionBar

colorInversePrimary and colorShadow is missing in Theme.Material3.Light.NoActionBar

主题中缺少 colorInversePrimary 和 colorShadow。Material3.Light.NoActionBar
我的 material 版本是 'com.google.android.material:material:1.6.0-alpha03'

 <item name="colorInversePrimary">@color/md_theme_dark_inversePrimary</item>
    <item name="colorShadow">@color/md_theme_dark_shadow</item>

这两行。 我从 material-theme-builder 得到它,但是当我添加到我的项目中时它出现了错误。其他颜色都可以。

似乎他们正在添加更多颜色角色。现在,通过应用 attrs 使用临时修复。

<attr name="colorInversePrimary" format="reference|color" />
<attr name="colorShadow" format="reference|color" />