Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/crazyandcoder/UIHelper into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
crazyandcoder committed Aug 30, 2021
2 parents 047b65b + 506f834 commit b105961
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
# UIHelper
# UIHelper 集合

[![](https://jitpack.io/v/crazyandcoder/UIHelper.svg)](https://jitpack.io/#crazyandcoder/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 日历组件
日历组件包含周日历和月日历,周日历和月日历可以设置显示范围,同时提供快捷返回今天的操作,周日历统一提供切换到月日历的方法。

![日历组件](https://img-blog.csdnimg.cn/20210701170614930.gif#pic_center)

## changeLog
### 2021-07-01
1. 发布1.0.0版本
2. 增加周日历和月日历组件

## 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.
```


0 comments on commit b105961

Please sign in to comment.