siralam / LoopingViewPager

A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
532 stars 64 forks source link

Work with TabLayout? #27

Closed ghost closed 4 years ago

ghost commented 4 years ago

I can use your LoopingViewPager with TabLayout?

siralam commented 4 years ago

Technically you can, but in fact you cannot because since there are 2 virtual items at the beginning and the end, the number of tabs won't be correct; and TabLayout doesn't allow you to customize it.