skydoves / ExpandableLayout

🦚 An expandable layout that shows a two-level layout with an indicator.
Apache License 2.0
825 stars 54 forks source link

secondLayout not completely hide when collapsing #25

Closed WenLonG12345 closed 3 years ago

WenLonG12345 commented 3 years ago

I had implement multiple expandableLayout and I notice that when collapsing the second expandableLayout, the secondLayout is not completely hide.

I am using ScrollView as my main's parent layout to make it scrollable. is it ScrollView makes the secondLayout work abnormally?

https://user-images.githubusercontent.com/39330565/112133694-e84d3b00-8c06-11eb-9ef3-518627e6df9c.mp4

skydoves commented 3 years ago

Hi, a new version 1.0.7 has been released. Please try using a new release. Thanks!

WenLonG12345 commented 3 years ago

Thanks! Appreciate your contribution :)