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

Bug: attributes are not set #27

Open AndroidDeveloperLB opened 4 years ago

AndroidDeveloperLB commented 4 years ago

Using the new gradle version that checks for attributes, this library will break (example of such case here) .

Example of build error :

C:\Users\User\AndroidStudioProjects\...\app\build\intermediates\incremental\...\merged.dir\values\values.xml:10764: AAPT: error: resource attr/bottom_left_corner_radius (aka ...:attr/bottom_left_corner_radius) not found.

Please add the attributes.

spss20 commented 4 years ago

facing same issue after upgrading to gradle 4.0.0

androidovshchik commented 4 years ago

The same issue