I used support library v7-21 and the RecyclerView
isn't showing correctly.
GridLayoutManager
and LinearLayoutManager
is Ok. Problem only occurs when in StaggeredGridLayoutManager
I Load my DataSet
and then refresh the data.
Data refresh is working fine but the RecyclerView
's view exist out of the screen.
does anyone knows how to fix it?
A simple solution which i found, is that you have to set again the layout manager when you set adapter to your recycler view.