Skip to content

Commit fdc45ac

Browse files
committed
增加V1.0.6
1 parent b0fac3f commit fdc45ac

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
## 版本说明
3939

4040
### 当前版本
41-
[![release](https://img.shields.io/badge/release-v1.0.5-orange.svg)](https://github.com/zhou-you/EasyXRecyclerView/blob/master/update.md)
41+
[![release](https://img.shields.io/badge/release-v1.0.6-orange.svg)](https://github.com/zhou-you/EasyXRecyclerView/blob/master/update.md)
4242

4343
### build.gradle设置
4444
```
4545
dependencies {
46-
compile 'com.zhouyou:easyrecyclerview:1.0.5'
46+
compile 'com.zhouyou:easyrecyclerview:1.0.6'
4747
}
4848
```
4949
想查看所有版本,请点击下面地址。

apk/easyxrecyclerview_demo.apk

-1.5 MB
Binary file not shown.

update.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
## 更新日志
2+
3+
### 2019-04-25
4+
V1.0.6
5+
- 增加ArrowRefreshHeader可以设置文案颜色
6+
使用方式例如:
7+
8+
```
9+
IRefreshHeader refreshHeader = mRecyclerView.getRefreshHeader();
10+
if(refreshHeader instanceof ArrowRefreshHeader){
11+
((ArrowRefreshHeader) refreshHeader).setStatusTextViewColor(R.color.color4);
12+
}
13+
```
214
### 2018-09-03
315
V1.0.5
416
- 解决HelperRecyclerViewDragAdapter数组越界的问题

0 commit comments

Comments
 (0)