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.