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

Added option to avoid collapsing the last view expanded #59

Open dragondgold opened 10 years ago

dragondgold commented 10 years ago

It's something I am using in my current project, so you can expand all the Views without automatically collapsing the others just like the original ExpandableListView. Example:

((AbstractSlideExpandableListAdapter)list.getAdapter()).setCollapseLastExpanded(false);

tjerkw commented 10 years ago

Looks good but please use tabs and not spaces, code looks messy in some editors now. Once you fix that i'll merge.