stepstone-tech / android-material-stepper

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

Filled ProgressBar #263

Open joymyr opened 6 years ago

joymyr commented 6 years ago

I want a progress bar that fills the entire navigation bar (see screenshot).

stepper_sample_filled

I need to do a couple of changes to ms_stepper_layout to achieve this (like moving ms_stepPrevButton below progressbar in the layout, so it will not be hidden behind the progressbar). With the changes applied the progressbar can be styled to fill the navigationbar, but the changes should not affect the normal filled progress bar.