so I was wondering what would be the best way to imitate html's display-inline on android views
let's say I have a layout that changes size and inside this layout we'll put dots(to represent views)... as an example
original layout
--------------------
|(-)(-)(-)(-)(-)(-) |
| |
| |
| |
| |
--------------------
after resizing layout
-----------------
|(-)(-)(-)(-)(-)|
|(-) |
| |
| |
| |
-----------------
as you can see the view moved to a new line...
is this possible in android?
Android does not have a standard FlowLayout. I explain and show how to build one in this talk: http://www.parleys.com/#id=2191&st=5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With