Skip to content
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

Clashing in defaultState attribute naming with ConstraintLayout 2.0 #85

Open
martinmihalic opened this issue Sep 3, 2020 · 2 comments

Comments

@martinmihalic
Copy link

ConstraintLayout 2.0 is used in combination with MotionLayout which has StateSet property which is defined like this:

<declare-styleable name="StateSet"><attr format="reference" name="defaultState"/></declare-styleable>

You should rename your CustomBottomSheetBehavior attribute defaultState to something else, otherwise the lib will not build with ConstraintLayout 2.0.

Thanks in advance.

@mortenholmgaard
Copy link

I have the same issue - really need a fix for this!

@xuyisheng
Copy link

I have the same issue - really need a fix for this too!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants