florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 240 forks source link

RecyclerView with 2 columns issue #12

Closed ozv101 closed 6 years ago

ozv101 commented 6 years ago

I'm using a GridLayoutManager with 2 columns for the RecyclerView and I'm seeing an issue where if I expand an item in the left column, the item also expands in the right column with no content. It causes a weird issue where neither item can now be collapsed.

ozv101 commented 6 years ago

I was able to improve it by using a StaggeredGridLayoutManager