Skip to content

Releases: nex3z/FlowLayout

v1.3.3

Choose a tag to compare

@nex3z nex3z released this 14 Dec 13:37
  • Skip child view layout beyond flMaxRows.

v1.3.1

Choose a tag to compare

@nex3z nex3z released this 07 Jul 16:29
Update target sdk.

v1.3.0

Choose a tag to compare

@nex3z nex3z released this 29 Jul 14:23
  • Migrate to AndroidX.

v1.2.4

Choose a tag to compare

@nex3z nex3z released this 03 Oct 05:40
  • Added getRowCount() method.

v1.2.2

Choose a tag to compare

@nex3z nex3z released this 01 Mar 13:43
  • Add flMinChildSpacing to control minimum child spacing when flChildSpacing is set to "auto".
  • Fix child spacing calculation for the last row.

v1.1.0

Choose a tag to compare

@nex3z nex3z released this 18 Nov 07:12
  • Update build tools and dependencies.

v1.0.0

Choose a tag to compare

@nex3z nex3z released this 23 Aug 13:55
  • 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

Choose a tag to compare

@nex3z nex3z released this 04 May 13:45

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

v0.1.3

Choose a tag to compare

@nex3z nex3z released this 17 Mar 13:35
  • Fix measure issue when measure specification mode is MeasureSpec.UNSPECIFIED.

v0.1.2

Choose a tag to compare

@nex3z nex3z released this 23 Jan 12:13
  • Add right to left layout support.