How can I do something like a FlowLayout in Android?

后端 未结 9 1401
情歌与酒
情歌与酒 2020-11-22 08:11

How can I do something like a FlowLayout in Android?

9条回答
  •  误落风尘
    2020-11-22 08:34

    You should use FlexboxLayout with flexWrap="wrap" attribute.

    
    
    
    
    
    

    For build instructions, see the github repo.

    More about this - https://android-developers.googleblog.com/2017/02/build-flexible-layouts-with.html

提交回复
热议问题