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 37 forks source link

Request: add support for RTL #20

Open AndroidDeveloperLB opened 6 years ago

AndroidDeveloperLB commented 6 years ago

Currently we have left and right attributes, but not start and end.

Please add those too, as it's important to set the sides correctly.

The only way to overcome this, is to check the locale at runtime, and then choose the radius for each left and right.