ShamylZakariya / StickyHeaders

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

Header Position #20

Closed pruthvirajha closed 8 years ago

pruthvirajha commented 8 years ago

Hi first of all thanks for nice library, Is there a way to show header at the end of each section?

ShamylZakariya commented 8 years ago

Headers, by design, go at the start of the section. If you want something to "bookend" the section's items, you can use a footer.

Footers do not do the sticky scrolling bit however.