Android - multi-line linear layout

前端 未结 3 1648
情歌与酒
情歌与酒 2020-11-29 00:43

I need a multi-line layout, which would behave as horizontal linear layout, but when there is not enough space to place new widget it would expand to next line, just like wo

3条回答
  •  暖寄归人
    2020-11-29 01:17

    You can handle this problem now easily with Google's Flexbox layout (https://github.com/google/flexbox-layout).

提交回复
热议问题