cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 274 forks source link

Expandable Layout not working in coordinator layout, But working smoothly in linear layout #77

Closed rituvarmag closed 4 years ago

rituvarmag commented 5 years ago

While clicking my card view I have provided to expandable layout to expand and vice versa. but onclick in cardview works but layout is not expanding

cachapa commented 5 years ago

Can you post a reproducible layout where this occours?

cachapa commented 5 years ago

I meant an example layout I can look at and see if it's an issue with ExpandableLayout

shaji-Dev commented 5 years ago

It happens the same for me ever since I updated the ConstraintLayout library the ExpandableLayout doesn't work, everytime I try to expand it just stays frozen and doesn't do anything, it turns out using implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' is what broke it, I had to downgrade to implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1' in order to make it work.

I think there's an issue with beta2 because it broke my native dialogs as well and they are not working as supposed to.

cachapa commented 5 years ago

That sounds rather like a bug on their end, especially considering it's still in beta. It might make sense to report it on their bug tracker.

cachapa commented 4 years ago

Closing for lack of activity