evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

ExpandableListView support #62

Open darthorimar opened 8 years ago

darthorimar commented 8 years ago

Hi. I want to use your library with ExpandableListView. But changing ListView to ExpandableListView does not work. How can I do that?

evant commented 8 years ago

It's not currently supported, but should be doable to add.