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

Does not expand for large views #56

Open faizmalkani opened 10 years ago

faizmalkani commented 10 years ago

I'm inflating different row layouts for each ListView item, and each inflated layout has multiple TextViews in the hidden/expandable part The ListView items that have 5-6 TextViews expand fine, but those that have around 12-13 TextViews do not expand. Triggering them collapses the previously expanded view, but that's it

Any way to work around this?

tjerkw commented 10 years ago

Probably this is due to the fact how it measures the views. Please try fixing it in the project itself, if you found a solution let me know!