angcyo / DslTabLayout

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

当tab 超过200个时, 内存会爆掉, 有啥解决方法么? #57

Closed budaowengd closed 2 years ago

budaowengd commented 2 years ago

当tab 超过200个时, 内存会爆掉, 有啥解决方法么?

angcyo commented 2 years ago

可能需要使用RecyclerView重写TabLayout

budaowengd commented 2 years ago

好的, 谢谢