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

Items with expandable View and Items without #42

Closed stefanofalasca closed 10 years ago

stefanofalasca commented 11 years ago

Hi, I need to implement a list view, for few items with expander, and other without expander, and finally trap directly setOnItemClickListener for all items without expander.

how can I do it ?

tjerkw commented 10 years ago

You could pull my code and play around with it to implement it?