Break line when components inside RecyclerView occupy full screen width

Is it possible to make when the width of the components of a list occupy the full width of the screen, the next component descends a row? I don't want to use scroll, if I can't do this with RecyclerView what are the features I can use to solve this problem ?

Obs. Text1, text2, text3, etc... These are layouts that have a TextView and the texts within these TextViews are of sizes various.

Break line when components reach the end of the screen

Author: LSA, 2020-06-30

1 answers

I think you are using LinearLayoutManager, just switch to GridLayoutManager.

 0
Author: Diniz, 2020-07-01 01:25:40