Skip to content

Releases: nex3z/ToggleButtonGroup

v1.0.1

08 May 13:26

Choose a tag to compare

  • Fix counting error when there are child views with visibility set to GONE.

v1.0.0

25 Apr 14:50

Choose a tag to compare

  • New Checkable based ToggleButtonGroup.

v0.2.3

21 Mar 14:54

Choose a tag to compare

  • Fix measure issue when measure specification mode is MeasureSpec.UNSECIFIED.
  • Uncheck all buttons when passing null to setCheckedPositions().

v0.2.2

25 Feb 08:53

Choose a tag to compare

  • Prefix attribute names with tbg.
  • Fix row spacing calculation for auto spacing on single row.