Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Apr 3, 2020
1 parent 8bf9e01 commit 86e8d94
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,32 @@ implementation 'com.necer.ncalendar:ncalendar:5.0.0' 项目升级到androidx

### [详细用法](https://github.com/yannecer/NCalendar/wiki/%E8%AF%A6%E7%BB%86%E7%94%A8%E6%B3%95)

***

## 自定义属性
```
5.x版本更新了大量的自定义属性
```
### [自定义属性](https://github.com/yannecer/NCalendar/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E5%B1%9E%E6%80%A7)

***

## 日历Api
```
日历提供了各种可能用到的方法、回调,5.x版本增加了日历日期变化的行为参数,区分了各种引起日历变化的不同的操作
```
### [日历Api](https://github.com/yannecer/NCalendar/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E5%B1%9E%E6%80%A7)
### [日历Api相关类说明](https://github.com/yannecer/NCalendar/wiki/Api%E7%9B%B8%E5%85%B3%E7%B1%BB%E8%AF%B4%E6%98%8E)

***
## 日历设置时间标记、替换文字等Api

```
日历设置时间标记、替换文字的Api,只对InnerPainter有效,如果是自定义日历UI,则这些方法需要自己实现,可参考InnerPainter相关代码
### [日历设置时间标记、替换文字](https://github.com/yannecer/NCalendar/wiki/%E6%97%A5%E5%8E%86%E8%AE%BE%E7%BD%AE%E6%A0%87%E8%AE%B0%E3%80%81%E6%9B%BF%E6%8D%A2%E6%96%87%E5%AD%97)
```
***

## 自定义日历UI
```
如果自定义属性不能满足日历ui要求,可以使用自定义页面实现个性化需求,项目提供了两种自定义UI的方式,
Expand All @@ -133,14 +146,16 @@ implementation 'com.necer.ncalendar:ncalendar:5.0.0' 项目升级到androidx
```
### [自定义日历UI](https://github.com/yannecer/NCalendar/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E6%97%A5%E5%8E%86UI)

***


### 交流群

技术交流QQ群:127278900 (请先仔细看文档,然后再进群发问,上方加粗字体有下载demo链接)




***



Expand All @@ -152,7 +167,7 @@ implementation 'com.necer.ncalendar:ncalendar:5.0.0' 项目升级到androidx
感觉农历和节气数据工具类的作者<br/>



***

## 更新日志
* 5.0.0<br/> 重写InnerPainter,增加大量属性、优化跳转逻辑等
Expand Down

0 comments on commit 86e8d94

Please sign in to comment.