Xigong93/ExpandableRecyclerView

Header for childview holder

wishygupta opened this issue · 5 comments

Is it possible we can add a header view to child view holder as well?

Do you have any sketch? I can't image what it will look like.

Something like this image
Screenshot 2021-11-03 at 3 17 04 PM
Indivdual section - this is header view which will expand
Property Section - this will be header view for expanded layout
Then finally the expanded remaining data

Closed will look like
Screenshot 2021-11-03 at 3 20 49 PM

Sorry ,maybe I am late. I try to achieve what you describe. Code on branch child-sticky-header. You can take a look. It's just a demo for learn ,don't put it on business project.

https://github.com/Xigong93/ExpandableRecyclerView/tree/child-sticky-header

89ada87a2cb3d3696f6c881fb5a3542d.mp4

Thanks
I can do a workaround on it and make it compatible for my need.