Material 设计组件网站
Material Design Components Site
今天我在谷歌上搜索 "material design components" 我最终访问了这个网站:
https://material.io/components/
我记得,我以前从未见过它。
Android section里面有组件的使用说明,ok,好像是大名鼎鼎的AndroidDesign Support Library:
但令我感兴趣的是那里有设计库中没有的组件,例如:
Back Layer Layout, Material Card and Material Button.
这些 类 的文档似乎还没有准备好,链接指向任何地方,例如:material button doc.
github site 里有东西。
抱歉无知,这个网站的目的是什么?是未来的东西还是留下的东西?
Android 设计支持库是 Material 设计组件的前身。从 Support Library 28.0.0-alpha1 release 开始,设计库现在包含 Material 设计组件中引入的所有新组件:
We’ve introduced a new application theme, Theme.MaterialComponents, with new attributes and updated styles for components.
We’ve added the following components:
- BottomAppBar
- Chip
- ChipGroup
- MaterialButton
- MaterialCardView
虽然 28.0.0-alpha1
版本确实包含所有新的 类,但 developer.android.com 上的文档尚未包含来自设计库的更新(让文档有效地说明什么之前是公开可用的),但如果您使用该依赖项,它们肯定存在。
The support libraries are now available through Google's Maven repository. We no longer support downloading the libraries through the SDK Manager, and that functionality will be removed soon..
因为其中的 Support Library Setup says. And this repository 和 material 库将正式使用。
使用 material 个组件的最新依赖项是:
com.google.android.material:material:1.0.0-alpha1
Getting started with Material Components for Android 将帮助您设置项目。
今天我在谷歌上搜索 "material design components" 我最终访问了这个网站:
https://material.io/components/
我记得,我以前从未见过它。
Android section里面有组件的使用说明,ok,好像是大名鼎鼎的AndroidDesign Support Library:
但令我感兴趣的是那里有设计库中没有的组件,例如:
Back Layer Layout, Material Card and Material Button.
这些 类 的文档似乎还没有准备好,链接指向任何地方,例如:material button doc.
github site 里有东西。
抱歉无知,这个网站的目的是什么?是未来的东西还是留下的东西?
Android 设计支持库是 Material 设计组件的前身。从 Support Library 28.0.0-alpha1 release 开始,设计库现在包含 Material 设计组件中引入的所有新组件:
We’ve introduced a new application theme, Theme.MaterialComponents, with new attributes and updated styles for components.
We’ve added the following components:
- BottomAppBar
- Chip
- ChipGroup
- MaterialButton
- MaterialCardView
虽然 28.0.0-alpha1
版本确实包含所有新的 类,但 developer.android.com 上的文档尚未包含来自设计库的更新(让文档有效地说明什么之前是公开可用的),但如果您使用该依赖项,它们肯定存在。
The support libraries are now available through Google's Maven repository. We no longer support downloading the libraries through the SDK Manager, and that functionality will be removed soon..
因为其中的 Support Library Setup says. And this repository 和 material 库将正式使用。
使用 material 个组件的最新依赖项是:
com.google.android.material:material:1.0.0-alpha1
Getting started with Material Components for Android 将帮助您设置项目。