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 #264

Open joymyr opened 6 years ago

joymyr commented 6 years ago

Solves issue Filled ProgressBar #263

Slightly changed ms_stepper_layout to allow for a filled progress bar (fills width and height of the navigation bar) by setting a ms_stepperLayoutTheme similar to this:    

   

The progress_bar stepper type can still be used as before by not applying a theme.

codecov-io commented 6 years ago

Codecov Report

Merging #264 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #264   +/-   ##
==========================================
  Coverage      85.41%   85.41%           
  Complexity       266      266           
==========================================
  Files             30       30           
  Lines            994      994           
  Branches          85       85           
==========================================
  Hits             849      849           
  Misses           117      117           
  Partials          28       28

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c82ab6...f8cee88. Read the comment docs.

joymyr commented 4 years ago

Sorry, I tried to merge against master instead of develop. Now it's correct.