Open dmbonamici opened 8 years ago
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.
Is it possible to have Cards within GridView?