LillteZheng / ViewPagerHelper

这个一个 viewpager/viewpager2工具类,能够帮你快速实现导航栏轮播图,app引导页,viewpager/viewpager2 + fragment;内置多种tab指示器,让你告别 viewpager 的繁琐操作,专注逻辑功能
Apache License 2.0
1.17k stars 162 forks source link

能否给TabIndicator配置一些属性,例如:两个标题之间的距离和设置可以滑动(类似今日头条的顶部导航栏) #21

Closed wd548546 closed 5 years ago

LillteZheng commented 5 years ago

TabIndicator 目前不支持动态设置距离,是通过有多少个 子控件,然后用 weight = 1 去分配的;至于滑动的,目前还未做这个功能,后期可能会规划进去,你也可以download 下来自己修改,用 recyclerview 实现就可以了

wd548546 commented 5 years ago

好的

LillteZheng commented 5 years ago

滑动已支持,是重写了它的touch事件,1.0 版本,可以下载下来体验一下

wd548546 commented 5 years ago

好的,谢谢

Xiosn commented 5 years ago

如何设置Tabindicator俩标题之间的距离和居中?

LillteZheng commented 4 years ago

新库已支持 : https://github.com/LillteZheng/FlowHelper