JakeWharton / ViewPagerIndicator

Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
http://viewpagerindicator.com
10.14k stars 4.01k forks source link

CirclePageIndicator is drawn outside while pager is swiped to the last position. #408

Open mostafaimran opened 8 years ago

mostafaimran commented 8 years ago

CirclePageIndicator is showing a strange behavior. While swiping pager to the last item very quickly, the indicator is drawn outside the indicator list(everything else works fine). It doesn't happen while traversing to the first item.

I used the following code to bind pager with CirclePageIndicator:

    pageIndicator.setViewPager(pager, FIRST_PAGE);

Just this line only. Never updated the indicator on onPageScrolled/onPageSelected or anywhere else.

Thanks.

hackware1993 commented 8 years ago

@mostafaimran https://github.com/hackware1993/MagicIndicator, have a try.