vitamin android
0.4.0
重要的
当前版本的维生素将不再发展,并且从现在开始只接受错误修复。更多详细信息。


十项全能设计系统库,用于Android应用
网站
Android Decathlon设计系统库基于官方文档中描述的材料设计组件,并在Google开发人员和设计师维护的库中开发。
但是这些本地组件被覆盖以尊重十项全能的视觉认同。 Decathlon在Decathlon.design上找到了Decathlon的支持平台的设计规格和技术信息。如果您对样本感兴趣,则可以在技术项目中安装带有sample模块的演示。
要开始在应用中使用维生素,您可以检查维生素模块文档
| 团体 | 描述 |
|---|---|
| com.decathlon.vitamin.appbars | 使用准备使用Appbars组件的UIS构建UI。 |
| com.decathlon.vitamin.buttons | 使用准备使用按钮组件的UIS构建UI。 |
| com.decathlon.vitamin.checkboxes | 使用准备使用复选框组件的UIS构建UI。 |
| com.decathlon.vitamin.chips | 构建UI,并准备使用芯片组件。 |
| com.decathlon.vitamin.dividers | 构建UI,并准备使用分隔组件。 |
| com.decathlon.vitamin.fabs | 构建UI,并准备使用FloatingActionButton组件。 |
| com.decathlon.vitamin.foundation | UI的基本组件,带有文本和颜色。 |
| com.decathlon.vitamin.foundation-assets | UI的基本组件用于肖像学。 |
| com.decathlon.vitamin.foundation-icons | UI的基本组件用于资产。 |
| com.decathlon.vitamin.menus | 使用准备使用菜单组件的UIS构建UI。 |
| com.decathlon.vitamin.modals | 构建UI,并准备使用模态组件。 |
| com.decathlon.vitamin.prices | 构建UI,并准备使用价格组件。 |
| com.decathlon.vitamin.progressbars | 构建UI,并准备使用ProgressBar组件。 |
| com.decathlon.vitamin.radiobuttons | 构建UI,并准备使用RadioButton组件。 |
| com.decathlon.vitamin.ratings | 构建UI,并准备使用评级组件。 |
| com.decathlon.vitamin.skeleton | 构建UI,并准备使用骨架组件。 |
| com.decathlon.vitamin.snackbars | 构建UI,并准备使用Snackbar组件。 |
| com.decathlon.vitamin.switches | 使用准备使用开关组件的UIS构建UI。 |
| com.decathlon.vitamin.tabs | 构建UI,并准备使用选项卡组件。 |
| com.decathlon.vitamin.tags | 使用准备使用标签组件的UIS构建UI。 |
| com.decathlon.vitamin.textinputs | 构建UI,并准备使用TextInput组件。 |
| com.decathlon.Vitamin | 构建UI,并准备使用Decathlon的视觉标识组件。 |
Maven Central可以使用释放工件。检查发布页面以了解最新发行版的维生素伪像。
repositories {
mavenCentral()
}
implementation( " com.decathlon.vitamin:vitamin:<last_version> " )如果您想测试main分支机构中的最新更改,则可以从快照伪像测试维生素Android,但我们不建议在生产中使用这些物品,在该产品中,您可以进行回归或破坏更改,直到下一个正式版本。
repositories {
maven {
url = uri( " https://oss.sonatype.org/content/repositories/snapshots/ " )
}
}
implementation( " com.decathlon.vitamin:vitamin:<latest-major + 1>.0.0-SNAPSHOT " )如果您对该项目的版本控制有任何疑问,则可以阅读我们的文档。
感谢参与这些维生素 - android图书馆的贡献者。 ?
还要感谢您的混音图标,因为Vitamix Icons是基于其开源图标库的官方Decathlon图标库(混音设计©2020)。该原始库在许可证Apache 2.0下,已由DeCathlon修改。了解更多。
Copyright 2021 Decathlon.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.