JcMinarro / RoundKornerLayouts

Round Korner Layouts is an Android library create to build a layout with the round corners
https://jcminarro.github.io/RoundKornerLayouts/
Apache License 2.0
202 stars 36 forks source link

How to add the corner dynamically in java not add it in xml? #3

Closed MinaSamirCap closed 6 years ago

MinaSamirCap commented 7 years ago

I need to change the corner radius to make a lot of different corners with one xml..

JcMinarro commented 6 years ago

Hello @MinaSamirCap On the new version, you are able to change the corner radius dynamically. It was implemented on #4 and you can change it with the method setCornerRadius()

MinaSamirCap commented 6 years ago

Really thanks I will test it and give you my feedback but later.