Android – LinearLayout Horizontal with wrapping children

As of May 2016 Google has created its own FlexBoxLayout which should solve your problem.

You can find the GitHub repo here: https://github.com/google/flexbox-layout

Leave a Comment