You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).