Skip to content

v4.3.0

Compare
Choose a tag to compare
@zawadz88 zawadz88 released this 27 Sep 13:39
· 1 commit to master since this release

Added

  • A way to set bottom navigation button colors programmatically via:
    StepperLayout#setNextButtonColor(int)/StepperLayout#setNextButtonColor(ColorStateList),
    StepperLayout#setCompleteButtonColor(int)/StepperLayout#setCompleteButtonColor(ColorStateList) and
    StepperLayout#setBackButtonColor(int)/StepperLayout#setBackButtonColor(ColorStateList) (issue #132).

Fixed

  • Tab circle background color so that it is possible now to use colors with transparency (issue #207).