Given multiple buttons in a LinearLayout, etc, is it possible to set attributes such that I automagically get them to wrap over multiple lines so as to best utilise the space available, such as one might want to do for implementing a tag cloud.
I could probably use a WebView and appropriate HTML to do what I want to do, but I'd prefer to have a native Android solution.