MarkoMilos / Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paginate is merging the first row on RecyclerView (GridLayoutManager)

julianonunes opened this issue · comments

I'm using a RecyclerView with GridLayoutManager to create a two-columns grid. After adding Paginate to my project the first row started to be displayed merged.

How can I disable this?

Ignore it. My mistake.