From 66b3e5bc4a7ebc20671dfdb2b44933653e7caf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=B0=91=E9=94=90?= <845731923@qq.com> Date: Wed, 16 Feb 2022 18:50:13 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1080dc2..166d6f2 100644 --- a/README.md +++ b/README.md @@ -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包不再维护** ``` @@ -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部分场景不起作用的问题,小重构了参数配置