I followed this post to create Staggered Layout.
No good example about RecyclerView and StaggeredGridLayoutManager in Android Docs
When I am using images with different size, it works fine. But when I am using images with same size, the rows are even. It appears as ordinary grid view.
Is there any way to solve this..?