SimpleRecyclerView
SimpleRecyclerView copied to clipboard
Section view
Hi, thanks for library!
But i have issue with section header in list. If I have Relative layout like view for header, it's showing wrong. It ssems like width = "wrap_content", although it match parent.
See screenshot. I use identical view for items and header.

Hi, could you provide a demo project? Is your header a EditText and want to interact with it? If yes, this library does not support it yet since it simply draws the header view but adds it to the view hierarchy.
You can use your demo project and add this layout as section header(paste this in view_section_header.xml). Not, this not edit text, but I want to make "MORE" clickable. header.txt