luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Section items inside a cardview #121

Closed amarewgs closed 6 years ago

amarewgs commented 6 years ago

I want to contain every section inside a cardview including the header of the section. is it possible?

hsson commented 6 years ago

I'm very interested in doing this as well. @amarewgs did you find a way to do it? 😄

luizgrp commented 6 years ago

It is possible, but it will be the same as doing it without the lib. You won't get any benefit.