Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yannecer/NCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Oct 25, 2019
2 parents b69692f + 84efdee commit 836e5f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#### Gradle
```
implementation 'com.necer.ncalendar:ncalendar:4.3.7'
implementation 'com.necer.ncalendar:ncalendar:4.3.8'
```

Expand Down Expand Up @@ -360,6 +360,8 @@ CalendarDate calendarDate = CalendarUtil.getCalendarDate(LocalDate localDate);
|bgChildColor|color| 日历包含子view的背景
|todaySelectContrastColor|color| 今天被选中是其他元素的对比色,比如 农历,圆点等
|pointColor| color |小圆点的颜色
|pointSize| dimension |小圆点的大小
|pointDistance| dimension |小圆点到公历的距离
|alphaColor| integer |不是本月的日期颜色的透明度0-255
|disabledAlphaColor| integer |日期区间之外的地日颜色的透明度0-255
|disabledString| string |点击日期区间之外的日期提示语
Expand All @@ -371,8 +373,8 @@ CalendarDate calendarDate = CalendarUtil.getCalendarDate(LocalDate localDate);
|lunarDistance| dimension|农历日期到公历字体的距离
|holidayTextSize| dimension|法定节假日字体的大小
|holidayDistance| dimension |法定节假日到公历的距离
|pointDistance| dimension |小圆点到公历的距离
|hollowCircleStroke| dimension |空心圆的宽度
|hollowCircleColor| color |空心圆的边框颜色
|calendarHeight| dimension |日历的高度
|duration|integer| 日历自动滑动的时间
|isShowLunar| boolean |是否显示农历
Expand All @@ -393,10 +395,11 @@ CalendarDate calendarDate = CalendarUtil.getCalendarDate(LocalDate localDate);
|numberBackgroundTextSize|dimension| 数字背景字体大小
|numberBackgroundTextColor|color| 数字背景字体颜色
|numberBackgroundAlphaColor|integer| 数字背景字体透明度0-255

|isLastNextMonthClickEnable|boolean| 月日历上下月是否可点击


## 更新日志
* 4.3.8<br/> 新增月日历上下月是否可点击的属性 isLastNextMonthClickEnable
* 4.3.7<br/> 修复选中月初月末,实际月份回调bug
* 4.3.6<br/> 增加数字背景以及渐变效果
* 4.3.4<br/> 修复周状态下滑动卡顿的bug
Expand Down

0 comments on commit 836e5f1

Please sign in to comment.