F
F
Fotonick2016-10-19 13:10:00
Android
Fotonick, 2016-10-19 13:10:00

What is this design element?

For such a tag cloud, what kind of element to use? Is it a GridView? How to make an uneven grid then? Or are they ordinary text views that are added one after another depending on the amount of data in the list? But then what container are they in? LinearLayout is not suitable, and in RelativeLayout it will somehow be difficult to programmatically indicate the location of the view. Tell.
85f05596565e4248af4755b7b22c03b6.png
For example, in mamba it's the same
e99c78755b774de9aea2108ca74b65d5.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Oleg Gamega, 2016-10-19
@gadfi

these are chips
https://github.com/klinker41/android-chips

Y
Yuri, 2016-10-19
@YuryBorodkin

If without third-party libs, you can achieve such a thing with RecyclerView + StaggeredGridLayoutManager.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question