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

Crashes if Adapter.getViewTypeCount() > 1 #54

Closed vit001 closed 10 years ago

vit001 commented 10 years ago

I have the following adapter: BrowseAdapter extends BaseAdapter implements ListAdapter My BrowseAdapter has views of multiple types- BrowseAdapter.getViewTypeCount() > 1. This causes library to crash. Can you please fix?

tjerkw commented 10 years ago

This library really only allows one view type because it measure the height only once. I'm not sure how to easility fix this. Do you have an idea?