File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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```
4545dependencies {
46- compile 'com.zhouyou:easyrecyclerview:1.0.5 '
46+ compile 'com.zhouyou:easyrecyclerview:1.0.6 '
4747}
4848```
4949想查看所有版本,请点击下面地址。
Original file line number Diff line number Diff line change 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
315V1.0.5
416- 解决HelperRecyclerViewDragAdapter数组越界的问题
You can’t perform that action at this time.
0 commit comments