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

could i setting StatelessSection ? #27

Closed stephen-niu closed 7 years ago

stephen-niu commented 7 years ago

hi you project was wonderful,but i need some special look this image

d06166e5-1640-4816-98c3-7d8d3ee8c85f

for this view i need add two section SectionedRecyclerViewAdapter.addSection(new AnchorListSection()) SectionedRecyclerViewAdapter.addSection(new LiveListSection()) but the part of 2 i need setting two line so that's the problem SectionedRecyclerViewAdapter only can setting unitive line but i need setting the item line i think StatelessSection should offer some API that i can setting each item line

luizgrp commented 7 years ago

Hi, please try adding the line to your item's layout as it's done here.