UIHelper
Posted ostracod_lvj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UIHelper相关的知识,希望对你有一定的参考价值。
UIHelper 集合
UIHelper 是一个 UI 框架合集,其中包含了很多 UI 实现样式。目前支持以下 UI :
1 使用方式
1.1 在 project 的 build.gradle 中配置 jitpack 库
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
1.1 在 module 的 build.gradle 中配置引用库
dependencies {
implementation 'com.github.crazyandcoder:UIHelper:1.0.0'
}
2 组件合集
2.1 日历组件
日历组件包含周日历和月日历,周日历和月日历可以设置显示范围,同时提供快捷返回今天的操作,周日历统一提供切换到月日历的方法。
changeLog
2021-07-01
- 发布1.0.0版本
- 增加周日历和月日历组件
License
Copyright 2021 crazyandcoder
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.
以上是关于UIHelper的主要内容,如果未能解决你的问题,请参考以下文章