Skip to content

Releases: nex3z/ToggleButtonGroup

v1.2.3

07 Jul 16:17
Compare
Choose a tag to compare
Update sdk version.

v1.2.0

28 Jul 02:57
Compare
Choose a tag to compare

Migrate to AndroidX.

v1.1.9

13 Feb 16:47
Compare
Choose a tag to compare
  • Update SDK version (28).

v1.1.8

29 Sep 09:30
Compare
Choose a tag to compare
  • Add isChecked() to retrieve checked state of child view.
  • Add checkedButton attribute.

v1.1.4

16 Apr 13:04
Compare
Choose a tag to compare

v1.1.3

01 Apr 11:41
Compare
Choose a tag to compare
  • Add getTextView() to retrieve the built-in TextView.

v1.1.2

19 Dec 13:00
2525907
Compare
Choose a tag to compare
  • Update animator when text color changed for bulit in buttons.

v1.1.0

18 Nov 07:03
Compare
Choose a tag to compare
  • Add tbgMaxSelect to limit max selection count inMultiSelectToggleGroup.

v1.0.3

13 Sep 15:17
Compare
Choose a tag to compare
  • Fixes #13. Remove duplicated checked event in SingleSelectToggleGroup.

v1.0.2

28 Jun 15:06
Compare
Choose a tag to compare
  • Update built-in MarkerButton:
    • Use smaller marker.
    • Add text size attribute.
    • Remove default text padding.