Android-SlideExpandableListView icon indicating copy to clipboard operation
Android-SlideExpandableListView copied to clipboard

Does not expand for large views

Open faizmalkani opened this issue 11 years ago • 1 comments

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?

faizmalkani avatar Dec 27 '13 15:12 faizmalkani

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!

tjerkw avatar Jan 10 '14 22:01 tjerkw