Reputation: 1232
I have a RecyclerView
with a GridLayoutManger
. I want to use dynamic span count depend on item width.
I don't want fixed item width.
Upvotes: 0
Views: 873
Reputation: 2806
You can use FlexboxLayoutManager from google:
https://github.com/google/flexbox-layout
Upvotes: 1