问题标签 [material-you]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 包含圆角图像的小部件
如何使用圆角的图像制作类似 Material You 的小部件?
它已经在 Google Photo 中制作了,但是如何获得相同的效果呢?
由于 RemoteView 的限制,许多方式(如ShapeableImageView )被禁止且无法绕过。
android-jetpack-compose - Material配色方案中Jetpack Compose中NavigationBar的颜色是什么?
当我试图强制NavigationBar
成为MaterialTheme.colorScheme.surface
颜色时(参见材料 3 指南),应用程序的背景颜色和颜色NavigationBar
不同。示例:颜色为NavigationBar
,#f1edf7
但背景颜色为#fffbfe
。背景应用颜色MaterialTheme.colorScheme.surface
也是。
android - Android Material You - 主题不一致
所以,我得到了一堆代表不同颜色的主题。我试图让用户能够选择他们想要的主要颜色。我还希望窗口有透明条。问题是只有 Theme.Appp 有透明的系统栏。这种不一致的原因是什么?
(我在 Android Studio 制作的 Material 3 Basic Activity 模板的新实例上完成了此操作。)
flutter - 是否可以使用 GoRouter 包实现导航栏?
我正在尝试使用新的 Material You API 来实现 NavigationBar。
https://api.flutter.dev/flutter/material/NavigationBar-class.html
我只是想知道我们是否可以使用 Go_Router 包实现相同的功能。