I need to set views into some layout. View will be one by one by one like in LinearLayout
with orientational="horizontal"
and if there is no place then last view will go to the next line. How it possible?
Small screen Bigger screen
| [][][] | | [][][][] |
| [][][] | -> | [][][][] |
| [][][] | | [] |