Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature_3.0' into feature_3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzhengsr committed Feb 28, 2022
2 parents bd8a12d + 66b3e5b commit 51a6fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {

**如果你的工程的是androidx且想支持ViewPager2,可以关联tablibx库**
```
implementation 'com.github.LillteZheng:FlowHelper:v1.32'
implementation 'com.github.LillteZheng:FlowHelper:v1.37'
```
**support可以关联以下连接,请尽快切到androidx,support包不再维护**
```
Expand Down Expand Up @@ -144,6 +144,7 @@ implementation 'com.github.LillteZheng:FlowHelper:v1.32'


## 版本信息:
- v1.37 : 增加 tab_width_equals_text ,让 rect 根据 text 的长度变化,修复 TabColorTextView 加粗不起作用的问题
- v1.32 : 修复res和round,tab_margin_x 不起作用的问题
- v1.30 : 重构分离了ViewPager和非ViewPager的情况,并处理数据增加减少时,notifyDataChange()导致布局混乱的问题
- v1.291: 修复notifyDataChange部分场景不起作用的问题,小重构了参数配置
Expand Down

0 comments on commit 51a6fb8

Please sign in to comment.