h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Any way to hide group but not its child? #485

Open princealirehman1 opened 5 years ago

princealirehman1 commented 5 years ago

I am setting data in groupHolder with the 1st item in the list, that way its duplicating header and 1st child item.

I want to hide header but not its child on expand is this possible?

Please reply as soon as possible