ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

Sticky - Header and SubHeader. #92

Open juanscigliano opened 6 years ago

juanscigliano commented 6 years ago

Questions / new feature / improvement

Hi, im working on an App that should have StickyHeaders (Header and SubHeader). Im wondering if there is a work around with this adapter to group item with StickHeader and at the same time have StickSubHeader.

Header_1 SubHeader_1.1 Item_1 Item_2 SubHeader_1.2 Item_3 Header_2 SubHeader_2.1 Item_4

Thanks.