A flow layout for Android with auto-spacing.
## Gradle AndroidX: ``` implementation 'com.nex3z:flow-layout:1.3.3' ``` AppCompact: ``` implementation 'com.nex3z:flow-layout:1.2.4' ``` ## Usage ```xml ``` ## 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 between child views. Either `auto`, or a fixed size. The default is 0dp. | | flChildSpacingForLastRow | `auto`/`align`/
No open issues yet, or sync has not completed.