angcyo / DslTabLayout

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

onSelectItemView回调问题 #24

Closed 330676687 closed 4 years ago

330676687 commented 4 years ago

通过setCurrentItem更新下标,onSelectItemView回调返回的index和View依然是原先的下标

330676687 commented 4 years ago

已通过给子view设置点击事件实现需求