I've seen workarounds with LinearLayoutManager, but not with GridLayoutManager. Any ideas?
LinearLayoutManager
GridLayoutManager
I've solved the problem by using only one RecyclerView and using getItemViewType(int position) method in the adapter. Example here.
RecyclerView
getItemViewType(int position)