You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
mostafaimran
changed the title
Indicator is drawn outside while swiped to the last position.
Indicator is drawn outside while pager is swiped to the last position.
Jun 22, 2016
mostafaimran
changed the title
Indicator is drawn outside while pager is swiped to the last position.
CirclePageIndicator is drawn outside while pager is swiped to the last position.
Jun 22, 2016
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:
Just this line only. Never updated the indicator on onPageScrolled/onPageSelected or anywhere else.
Thanks.
The text was updated successfully, but these errors were encountered: