-
Notifications
You must be signed in to change notification settings - Fork 114
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
animationMode attribute conflicts with material-components-android attribute #18
Comments
I agree. This is an issue. |
Agree same issue please change it :-| |
Same Problem here. Is there anything I can do about it? |
Did anyone test if this workaround works? https://stackoverflow.com/questions/56255241/libraries-with-custom-attributes-conflicting |
Same problem. How to fix this? |
I used a different library for my use case. They also have lots of animations. I created a Pie Chart and animated kinda similar. Tell me if you need more information @SkrowRepap |
Please update. This would be a pain to reset all my constraints with a new library. Thank you! |
In your attributes, you define an attribute called "animationMode", which conflicts with the attribute in the material-components-android library, preventing a successful build.
The attribute has been introduced to the material-components-android library in this commit:
https://github.com/material-components/material-components-android/blob/4dc914d737449180c6d89de5fe34c69bfe1850c4/lib/java/com/google/android/material/snackbar/res/values/attrs.xml
As you can see, it's a part of the 1.1.0-alpha01 release and it's not yet on the stable version.
The text was updated successfully, but these errors were encountered: