grennis / ExpandableRecyclerView

Recycler view adapter that adds expandable / collapsible items
MIT License
85 stars 40 forks source link

I need catch the header view inside of the child #16

Closed efres1990 closed 8 years ago

efres1990 commented 8 years ago

i want to put a button in the child of the header and when push the button appears in the header a image but i dont know how can to do for catch the view of the header for to do visible the image in the header. Thanks

grennis commented 8 years ago

This isn't related to expandable recycler view... you can access the items in the adapter the same you would in any recycler view.