stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 261 forks source link

change the color of the next button programmatically #209

Closed mariaCP closed 6 years ago

mariaCP commented 6 years ago

Is it possible to change the color of the next button programmatically? Thank your for response.

zawadz88 commented 6 years ago

Hi, It's possible via ms_nextButtonColor. Please see e.g. the styled tabs layout XML in the sample app.

mariaCP commented 6 years ago

Hello, thank you for response, I have seen that it is possibile via XML, I would like to know that it is possibile programmatically.

zawadz88 commented 6 years ago

Hi @mariaCP Sorry, I missed that. This is not actually possible currently but it was already requested in #132 which is still open.