MaterialList icon indicating copy to clipboard operation
MaterialList copied to clipboard

Cards inside GridView

Open dmbonamici opened this issue 8 years ago • 1 comments

Is it possible to have Cards within GridView?

dmbonamici avatar Mar 03 '16 12:03 dmbonamici

You could use the GridLayoutManager and set it with setLayoutManager(RecyclerView.LayoutManager). If this should not work, you can define your own LayoutManager.

FHellmann avatar Mar 04 '16 06:03 FHellmann