tinkoff-mobile-tech / ScrollingPagerIndicator

Pager indicator inspired by Instagram. Lightweight and easy to set up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot indicator is not selected in first time

MitchDroid opened this issue · comments

Hi @technoir42 I am using dot indicator with Horizontal RecyclerView, when the view is open in first time, the dot indicator is not appears selected, I have to scroll the list to change the dot color.

I hope you can help me..

Cheers!

image

Nevermind.... I fixed using this:
circle_indicator.setCurrentPosition(int pos)

Thanks in advance