cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Customize Expandable List #389

Closed barisozanguler closed 8 years ago

barisozanguler commented 8 years ago

Hi,

I want to add button parent_view. Normally when we click parent-item, its expand chlds. But I want do another job for this. How can i customize this view actions ?

Thanks.

barisozanguler commented 8 years ago

I figure it out with extending new class from easyTemplateParent. Then override bindView method for adding actions on custom elements.