tags:

views:

12

answers:

1

Is there a way to get this behavior in android? Views which tile horizontally until they run out of space, and then flow to the next line.

A: 

There is no such layout in the UI toolkit. It would however be pretty easy for you to write one.

Romain Guy