idanatz / OneAdapter

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.
MIT License
470 stars 45 forks source link

Span size with GridLayoutManager #15

Closed meruiden closed 4 years ago

meruiden commented 4 years ago

Hi, it's currently not possible to implement spanSizeLookup of GridLayoutManager because we can't access the getItemViewType function of the adapter. so whenever you have a list with a GridLayoutManager the loading icon of the paginator gets fit within the grid size which looks weird

See #16