themes.xml 未在深色主题中设置应用栏颜色

themes.xml not setting app bar colour in dark theme

在我的 themes.xml 我有

    <item name="colorPrimary">@color/teal_200</item>

这会设置应用栏颜色 AOK

但是,如果我将 themes.xml(晚上)设置为

<item name="colorPrimary">@color/teal_200</item>

而且我是深色主题,颜色设置被忽略了

谁能解释一下我遗漏了什么?

如果您使用 Material 设计,请将其添加到您的 AppTheme

parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge"