Skip to content

Releases: nex3z/FlowLayout

v1.3.3

14 Dec 13:37
Compare
Choose a tag to compare
  • Skip child view layout beyond flMaxRows.

v1.3.1

07 Jul 16:29
Compare
Choose a tag to compare
Update target sdk.

v1.3.0

29 Jul 14:23
Compare
Choose a tag to compare
  • Migrate to AndroidX.

v1.2.4

03 Oct 05:40
Compare
Choose a tag to compare
  • Added getRowCount() method.

v1.2.2

01 Mar 13:43
Compare
Choose a tag to compare
  • Add flMinChildSpacing to control minimum child spacing when flChildSpacing is set to "auto".
  • Fix child spacing calculation for the last row.

v1.1.0

18 Nov 07:12
Compare
Choose a tag to compare
  • Update build tools and dependencies.

v1.0.0

23 Aug 13:55
Compare
Choose a tag to compare
  • 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

04 May 13:45
Compare
Choose a tag to compare

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

v0.1.3

17 Mar 13:35
Compare
Choose a tag to compare
  • Fix measure issue when measure specification mode is MeasureSpec.UNSPECIFIED.

v0.1.2

23 Jan 12:13
Compare
Choose a tag to compare
  • Add right to left layout support.