Skip to content

Rounded corners question #56

Discussion options

You must be logged in to vote

You can make round corners in many ways. See the samples from here. You can wrap your view using MaterialCardView and change the app:cardCornerRadius value to round the corners.

About CircleIndicator:

Yes you can customize CircleIndicator2. You can add your custom CircleIndicator2 by using setIndicator() method like this:

val customIndicator: CircleIndicator2 = findViewById(R.id.custom_indicator)
carousel.setIndicator(customIndicator)

Or you can getIndicator() and customize the existing indicator programmatically.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ImaginativeShohag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants