angcyo / DslTabLayout

:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等
https://github.com/angcyo/DslAdapter
MIT License
1.55k stars 145 forks source link

动画功能增强请求 #22

Closed chachako closed 4 years ago

chachako commented 4 years ago

DslTabLayout 能做到这种效果吗,或者说有没有什么接口可以快速实现 https://github.com/Ultrahuman-tech/SmartTabLayout image

angcyo commented 4 years ago

可以试试 激活属性indicatorEnableFlow或者xmltab_indicator_enable_flow

如果还不满足, 继承 DslTabIndicator, 重写draw方法. 将dslTabLayout.tabIndicator成员替换成自定义的对象