How to set round corners ? #47
-
Is there a function to set round corners or i should have to use a mask? |
Beta Was this translation helpful? Give feedback.
Answered by
ImaginativeShohag
Aug 8, 2021
Replies: 2 comments 1 reply
-
No, there is no function to create round corners. You can make round corners in many ways. See the samples from here. You can wrap your view using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ImaginativeShohag
-
Hi, you can post solution in JAVA? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is no function to create round corners.
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.