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

I want to add header & footer to recyclerview,not the sectional header.Is there any provision to do that with the provided SectionedRecyclerViewAdapter #81

Closed TejshreeYeole closed 6 years ago

TejshreeYeole commented 7 years ago
Include the following:

Also, please wrap Java with correct syntax highlighting.

System.out.println("Hello, world!");
Reproduction Steps
Expected Result
Actual Result
luizgrp commented 6 years ago

I'm afraid there is nothing out of the box, this library is a custom adapter not a custom recyclerview