angcyo / DslTabLayout

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

横屏间隔点击跳转会出现ViewPager2偏移 #66

Closed Elex92 closed 2 years ago

Elex92 commented 2 years ago

如视频所示,为横屏布局,左侧有导航栏占位。右侧正常点Tab正常显示,但是间隔1个或2个点击就会出现偏移问

https://user-images.githubusercontent.com/16713043/167634680-cd7e9fc8-6966-47fc-bc9d-436d0f5c1210.mp4

angcyo commented 2 years ago

在手机上也会有这个问题吗?

Elex92 commented 2 years ago

刚试了下,手机上面也是这样的 981652189061_ pic

angcyo commented 2 years ago

方便提供一个Demo源码?

Elex92 commented 2 years ago

怎么发你啊?为弄个简单的工程发你,麻烦你了。

angcyo commented 2 years ago

怎么发你啊?为弄个简单的工程发你,麻烦你了。

你建个github仓库就可以了.

Elex92 commented 2 years ago

大佬,我问题找到了,是我ConstraintLayout布局写的有点问题导致的,感谢!🙏