I'm facing a problem with a RecyclerView
with a StaggeredGridLayoutManager
. The issue is that i have a two columns span but I want some full span items in the middle of the recycler. Something like this:
The problem is that empty space between the full span cell and the upper one. Is there a method or something to tell the
ViewHolder
how to fill that space or something like that?
Does anyone know how to achieve that?
Thanks in advance