文件名称:Android代码-Android流式标签布局
文件大小:198KB
文件格式:ZIP
更新时间:2022-08-27 19:54:48
Android代码
FlowLayout A FlowLayout for Android, which allows child views flow to next row when there is no enough space. The spacing between child views can be calculated by the FlowLayout so that the views are evenly placed. Gradle compile 'com.nex3z:flow-layout:1.2.4' Usage <!--...--> Attributes Attribute Format Description flFlow boolean true to allow flow. false to restrict all child views in one row. The default is true. flChildSpacing auto/dimension The horizontal spacing betw
【文件预览】:
FlowLayout-master
----.gitignore(86B)
----images()
--------sample.png(93KB)
----sample()
--------.gitignore(7B)
--------build.gradle(934B)
--------src()
--------proguard-rules.pro(645B)
----settings.gradle(33B)
----build.gradle(451B)
----gradlew(5KB)
----flowlayout()
--------.gitignore(7B)
--------build.gradle(895B)
--------src()
--------proguard-rules.pro(645B)
----LICENSE.txt(11KB)
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(864B)
----gradle()
--------wrapper()