-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attr/top_right_corner_radius (aka com.iamk:attr/top_right_corner_radius) not found. #30
Comments
I am having the same issue. |
Facing same issue after upgrading gradle version to latest 4.0.0 |
I'm having the same issue |
Hi guys, just add this into <?xml version="1.0" encoding="utf-8"?>
<resources>
<attr format="dimension" name="top_left_corner_radius"/>
<attr format="dimension" name="top_right_corner_radius"/>
<attr format="dimension" name="bottom_right_corner_radius"/>
<attr format="dimension" name="bottom_left_corner_radius"/>
</resources> |
Thanks, it worked |
I see the commit when this bug was fixed. How soon it will be applied in new version? |
I am having the same issue. |
@PrashantShrestha I downloaded previous commit of my project(not the library). Clean gradle build worked fine. |
-RoundKornerLayouts-0.4.0/res/values/values.xml:6:5-261: AAPT: error: resource attr/top_right_corner_radius (aka com.iamk:attr/top_right_corner_radius) not found.
The text was updated successfully, but these errors were encountered: