Releases: nex3z/FlowLayout
Releases · nex3z/FlowLayout
v1.3.3
- Skip child view layout beyond
flMaxRows
.
v1.2.4
- Added
getRowCount()
method.
v1.2.2
- Add flMinChildSpacing to control minimum child spacing when flChildSpacing is set to "auto".
- Fix child spacing calculation for the last row.
v1.1.0
- Update build tools and dependencies.
v1.0.0
- Add
flMaxRows
attribute for setting the maximum height of FlowLayout in terms of number of rows. Thanks to #5 by @ohmerhe.
- Prefixed attributes with
fl
.
v0.1.4
Fixes #3, counting error when there are child views with visibility set to GONE.
v0.1.3
- Fix measure issue when measure specification mode is MeasureSpec.UNSPECIFIED.
v0.1.2
- Add right to left layout support.