Nex3z FlowLayout Versions Save

A flow layout for Android with auto-spacing.

v1.3.3

3 years ago
  • Skip child view layout beyond flMaxRows.

v1.3.1

3 years ago

v1.3.0

4 years ago
  • Migrate to AndroidX.

v1.2.4

5 years ago
  • Added getRowCount() method.

v1.2.2

6 years ago
  • Add flMinChildSpacing to control minimum child spacing when flChildSpacing is set to "auto".
  • Fix child spacing calculation for the last row.

v1.1.0

6 years ago
  • Update build tools and dependencies.

v1.0.0

6 years ago
  • 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

7 years ago

Fixes #3, counting error when there are child views with visibility set to GONE.

v0.1.3

7 years ago
  • Fix measure issue when measure specification mode is MeasureSpec.UNSPECIFIED.

v0.1.2

7 years ago
  • Add right to left layout support.