Closed
Description
Similar to stepperLayout.setBackgroundColor(color)
there should be a method stepperLayout.setButtonColor(color)
or stepperLayout.setTextColor(color)
to set the text color of a button color programmatically.
Although the above would be enough for my use case, as an alternative StepViewModel
could have to two more fields backButtonTextColor
and nextButtonTextColor
to set the text color indivially for each step.