PrimarySurface 的 Material3 替代品

发布于 2025-01-12 14:40:47 字数 355 浏览 1 评论 0原文

我已经开始用新的 Material3 样式(Material You)替换样式,这些样式存在于最新的 Material Design 组件库中。但是,我没有看到 Widget.MaterialComponents.Toolbar.PrimarySurface 的替代品(一种通过不使用看起来很亮的原色来更好地处理暗模式的样式)。有 Widget.Material3.ToolbarWidget.Material3.Toolbar.SurfaceWidget.Material3.Toolbar.OnSurface 但我不认为有其中有一个是替代品。

我在这里错过了什么吗?

I've started to replace styles with the new Material3 ones (Material You) which are present in the latest Material Design Components library. However, I don't see a replacement for Widget.MaterialComponents.Toolbar.PrimarySurface (a style that handles dark mode better by not using the primary color, which looks to bright). There's Widget.Material3.Toolbar, Widget.Material3.Toolbar.Surface and Widget.Material3.Toolbar.OnSurface but I don't think any of them is a replacement.

Am I missing something here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一江春梦 2025-01-19 14:40:47

Widget.MaterialComponents.Toolbar.PrimarySurface 样式只是 Widget.MaterialComponents.Toolbar.PrimaryWidget.MaterialComponents.Toolbar.Surface 样式的组合适用于浅色和深色模式。

这意味着此样式在浅色模式下使用 colorPrimary,在深色模式下使用 colorSurface。

在Material 3(Material you)中,工具栏的默认背景颜色从colorPrimary更改为colorSurface。

您始终可以根据自己的喜好自定义这 3 个材料主题。

Widget.MaterialComponents.Toolbar.PrimarySurface style is just a combination of Widget.MaterialComponents.Toolbar.Primary and Widget.MaterialComponents.Toolbar.Surface styles for light and dark mode.

That means this style uses colorPrimary in light mode and colorSurface in dark mode.

In the Material 3 (Material you) , the default background color for the toolbar is changed from colorPrimary to colorSurface.

You can always customize these material 3 themes according to your preference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文