tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

First item can be opened simultaneously with one of the others items #36

Closed alepage closed 11 years ago

alepage commented 11 years ago

If I expand the first item in my list, it stays open when I open an other item and doesn't collapse until it is no longer on screen.

alepage commented 11 years ago

Ok, it happened because I have set a layout width of 0dp on my ActionSlideExpandableListView, set the layout width to a non-zero value has resolved the problem.