dexafree / MaterialList

An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
1.61k stars 377 forks source link

Cards inside GridView #126

Open dmbonamici opened 8 years ago

dmbonamici commented 8 years ago

Is it possible to have Cards within GridView?

FHellmann commented 8 years ago

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