Views which wrap like a float does in HTML?
Is there a way to get this behavior in android? Views which tile horizontally until they run out of spa开发者_C百科ce, and then flow to the next line.
There is no such layout in the UI toolkit. It would however be pretty easy for you to write one.
精彩评论