material-components-androidmaterial-components-androidPublic Modular and customizable Material Design UI components for Android Java16.5k3.1k material-components-iosmaterial-components-iosPublic [In maintenance mode] Modular and customizable Material Design UI components for iOS ...
Bugs or feature requests should be submitted at ourGitHub Issues section. Useful Links All Components Getting Started Contributing Using Snapshot Version Building From Source Catalog App Class documentation(external site) MDC-Android on Stack Overflow(external site) ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/material-components/material-components-android/ master 分支(18) 标签(99) 管理 管理 master dependabot/gradle/catalog/org.jetbrains.kotlin-kotlin-bom-2.0.0
github上有相对更加全面的转场动画例子,例如Material-Animations。以下会对页面转场做个简单说明,同时介绍material-components-android关于转场部分的使用。 在Activity之间转场 在api 21 之前android提供了过渡动画方法overridePendingTransition 在activity启动和推出的时候指定动画进行页面转换。下面我们写个简单的例子感受一下,让...
可以通过这个网站https://material.io/develop/android,去查找要使用的Material components,里边都有使用接入说明。 例如添加一个输入框 <com.google.android.material.textfield.TextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content" ...
implementation "com.google.android.material:material: $material_version" Android的Material Components正在积极开发中。最初的1.0.0发行版只是现有com.android.support.design类到新com.google.android.material名称空间的一部分。在此之后是独立的功能发行版,在撰写本文时,最新版本是1.2.0-alpha05。您可以在GitHub存...
4. MDC Android Theme Adapter For Compose Material14 usages com.google.android.material » compose-theme-adapterApache A library that enables reuse of Material Components for Android themes for theming in Jetpack Compose Last Release on Nov 29, 2022 ...
就在这两天,Google 设计团队发布了基于 Material Design 的组件库——Material Components,从字面上可以简单理解成 Material Design 的官方组件库,但是跟其他组件库不同的是,Material Components 包含了 iOS、Android、Web 三个平台的组件库和调用方法! 因为笔者重要从事 Web Design 的工作,所以仅仅从它们提供的 Web ...
40+building block components A meticulous implementation of Material Design; every Material UI component meets the highest standards of form and function. Button Text Field Table Alert Tooltip Much more Add itemAdd itemAdd item Material DesignCustom theme ...
我们最近宣布了Material Design Components(MDC)1.1.0,这是一个库更新,为您的Android应用程序带来了Material Theming、新的组件、深色主题和其他令人兴奋的功能。 MDC取代了设计支持库。本指南将向您展示如何迁移代码库,以便您可以使用新的属性,样式和小部件。