angcyo / DslTabLayout

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

指定滑动到超出屏幕宽度的index的位置时,tablayout没有滑动使选中的item显示在屏幕上 #37

Closed uncleShi closed 3 years ago

uncleShi commented 3 years ago

使用 mTabLayout.setCurrentItem(index); 方法指定滑动到超出屏幕的某个位置时,item被选中了,但是tablayout内部没有滑动到选中的位置使其显示在屏幕上

angcyo commented 3 years ago

2.0.2已修复, 感谢反馈!

uncleShi commented 3 years ago

2.0.2已修复, 感谢反馈!

这个是我在使用1.5.1-support版本中发现的,作者后续是否会继续发布support版本呢?

angcyo commented 3 years ago

已兼容 2.0.2-support