Skip to content

lumyuan/MaterialUX

Repository files navigation

MaterialUX

一个基于androidx的质感UI、UX组件库(基于Kotlin),下载预览APK

  • 推荐基于Kotlin编程语言开发的Android项目使用本组件库

使用

  1. 在你的项目下的build.gradle文件或项目下的settings.gradle文件中:
allprojects {
   	repositories {
   		...
   		maven { url 'https://jitpack.io' }
   	}
   }
  1. 导入依赖
  • 模块:Core(必须)、BottomNavigationView、TopBar、GroundGlassView、CircleSeekBar、OverScrollView,更多组件开发中...
  • 版本:(版本名前面记得加v,如:v1.0.1)
implementation 'androidx.core:core-ktx:1.9.0' // Java 项目必须
implementation 'com.github.lumyuan.MaterialUX:Core:{version-name}' //组件库必须

//可选模块
implementation 'com.github.lumyuan.MaterialUX:BottomNavigationView:{version-name}'
implementation 'com.github.lumyuan.MaterialUX:TopBar:{version-name}'
implementation 'com.github.lumyuan.MaterialUX:GroundGlassView:{version-name}'
implementation 'com.github.lumyuan.MaterialUX:CircleSeekBar:{version-name}'
implementation 'com.github.lumyuan.MaterialUX:OverScrollView:{version-name}'
implementation 'com.github.lumyuan.MaterialUX:CleverSeekBar:{version-name}'

License

https://github.com/lumyuan/MaterialUX
Copyright 2023 lumyuan

   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.

Please contact LumYuan by email 2205903933@qq.com if you need
additional information or have any questions