You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: