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

It find a bug #53

Closed Greathfs closed 7 years ago

Greathfs commented 7 years ago

In Example8Fragment,I change GridLayoutManager like this: GridLayoutManager glm = new GridLayoutManager(getContext(), 4); I run it,it looks not what I want. I dont know why,and how to fix it. Thank You!