-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicator dots below image #120
Comments
some code to get you started... In your own constraintlayout, also add the indicator:
then connect the two manually and disable the default indicator:
|
I am trying to implement a carousel with dots under the image. Tried to use your lines but getting this error: "error: containerViewPager has private access in CarouselView". Please help! |
It has a public getter, do you use kotlin? In com.synnapps.carouselview.CarouselView:
|
can you help me put the indicator dots below the image slider?
The text was updated successfully, but these errors were encountered: