Reputation: 1535
I have some tags, and I want to place them this way so that the user can tap on them. (each brick has a tag in it)
The problem is that there may be many tags and I can't know beforehand how many lines I need. How do I implement this?
Upvotes: 7
Views: 4318
Reputation: 3940
How about creating the vertical RecyclerView
whose items is horizontal RecyclerView
Upvotes: 1