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
2010-10-22 04:57:50