FlowLayout:具有自动间距功能的Android流布局 源码
流布局 一个适用于Android的FlowLayout,当空间不足时,它允许子视图流到下一行。 子视图之间的间距可以通过FlowLayout计算,以便将视图均匀放置。 Gradle AndroidX: implementation 'com.nex3z:flow-layout:1.3.3' AppCompact: implementation 'com.nex3z:flow-layout:1.2.4' 用法 < com .nex3z.flowlayout.FlowLayout xmlns : app = " http://schemas.android.com/apk/res-auto " android : layout_width = " match_parent " android : layout_height = " wrap_content "
下载地址
用户评论