SimpleRecyclerView icon indicating copy to clipboard operation
SimpleRecyclerView copied to clipboard

Section view

Open zazu27 opened this issue 8 years ago • 2 comments

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. screenshot_2017-09-19-00-07-23-312_com jaychang demo srv

zazu27 avatar Sep 18 '17 21:09 zazu27

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.

jaychang0917 avatar Sep 19 '17 13:09 jaychang0917

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

zazu27 avatar Sep 19 '17 20:09 zazu27