Skip to content

Commit

Permalink
全面修复各种小bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghaibin-dev committed Feb 10, 2018
1 parent 25c1d12 commit 2cf81e8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Android上一个优雅、高度自定义、性能高效的日历控件,完美
这个控件内存和效率优势相当明显,而且真正做到收缩+展开,适配多种场景,支持同时多种颜色标记日历事务,你真的想不到日历还可以如此优雅!更多参考用法请移步Demo,Demo实现了4个精美的自定义效果。

### Support English Version
[**English Version**](https://gitee.com/huanghaibin_dev/CalendarView/edit/master/README_EN.md)
[**English Version**](https://github.com/huanghaibin-dev/CalendarView/blob/master/README_EN.md)

### Gradle
```
Expand Down Expand Up @@ -48,17 +48,17 @@ compile 'com.haibin:calendarview:3.2.4'

### 效果预览
### 中国式变态需求风格
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/custom_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/custom_shrink.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/custom_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/custom_shrink.png" height="650"/>
### 收缩展开的魅族风格效果
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/meizu.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/meizu_shrink.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/meizu.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/meizu_shrink.png" height="650"/>
### 下标和多彩风格
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/index_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/color_expand.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/index_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/color_expand.png" height="650"/>
### 进度条风格
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/progress_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/progress_shrink.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/progress_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/progress_shrink.png" height="650"/>
### 星系图风格
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/solar_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/solar_shrink.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/solar_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/solar_shrink.png" height="650"/>
### 快速年份月份切换
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/year_view.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/simple_expand.png" height="650"/>
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/year_view.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/simple_expand.png" height="650"/>


### 使用方法
Expand Down
25 changes: 12 additions & 13 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,18 @@ compile 'com.haibin:calendarview:3.2.4'

### Effect preview

###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/custom_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/custom_shrink.png" height="650"/>
###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/meizu.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/meizu_shrink.png" height="650"/>
###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/index_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/color_expand.png" height="650"/>
###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/progress_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/progress_shrink.png" height="650"/>
###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/solar_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/solar_shrink.png" height="650"/>
###
<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/year_view.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://gitee.com/huanghaibin_dev/CalendarView/raw/master/app/src/main/assets/simple_expand.png" height="650"/>

###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/custom_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/custom_shrink.png" height="650"/>
###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/meizu.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/meizu_shrink.png" height="650"/>
###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/index_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/color_expand.png" height="650"/>
###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/progress_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/progress_shrink.png" height="650"/>
###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/solar_expand.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/solar_shrink.png" height="650"/>
###
<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/year_view.png" height="650"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/huanghaibin-dev/CalendarView/blob/master/app/src/main/assets/simple_expand.png" height="650"/>



Expand Down

0 comments on commit 2cf81e8

Please sign in to comment.