MaterialList
MaterialList copied to clipboard
Cards inside GridView
Is it possible to have Cards within GridView?
You could use the GridLayoutManager and set it with setLayoutManager(RecyclerView.LayoutManager). If this should not work, you can define your own LayoutManager.