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 progress text color after finish the final step #227

Closed fgagneten closed 6 years ago

fgagneten commented 7 years ago

Is there any possibility to change the color of the progress text when you finish the final step? change black to white: Click here

zawadz88 commented 7 years ago

Hi, Do you mean "Operation in progress, please wait..."? I don't think it's currently supported unfortunately. Could you the scenario in which this would be useful?

fgagneten commented 7 years ago

Yes! If you choose a dark blue background for the stepper, the text will not constract with the background.

zawadz88 commented 7 years ago

If this change is to be for all the steps then you achieve that by specififying a custom progress text style with 'ms_stepTabsProgressMessageStyle'. Please see https://github.com/stepstone-tech/android-material-stepper/blob/master/material-stepper/src/main/res/layout/ms_tabs_container.xml and https://github.com/stepstone-tech/android-material-stepper#custom-styling

Please let me know if this solves your issue!

zawadz88 commented 6 years ago

Hi @fgagneten, Have you solved your issue?

fgagneten commented 6 years ago

Works! Finally, I overritten ms_tabs_container.xml