Rounded corners question #56
-
Hello. I just started using this amazing image viewer today but i have an issue. I'm trying to put rounded corners on the image carousel container but i don't know how and i can't find any tutorial that explains how to change them. Also i don't know how to edit the style of the Circle indicator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can make round corners in many ways. See the samples from here. You can wrap your view using About
|
Beta Was this translation helpful? Give feedback.
You can make round corners in many ways. See the samples from here. You can wrap your view using
MaterialCardView
and change theapp:cardCornerRadius
value to round the corners.About
CircleIndicator
:Yes you can customize
CircleIndicator2
. You can add your customCircleIndicator2
by usingsetIndicator()
method like this:Or you can
getIndicator()
and customize the existing indicator programmatically.