MaterialProgressBar v1.3.0 Release Notes

Release Date: 2016-10-23 // over 7 years ago
    • ⚡️ Update horizontal progress height to 4dp to be consistent with new framework implementation.
    • 👉 Make secondary progress and backgound alpha modulation handled by tint instead of alpha. This enables tinting secondary progress / background with another solid color.
    • 👉 Rename mpb_showTrack and ShowTrackDrawable etc to mpb_showProgressBackground and ShowBackgroundDrawable so that it is consistent with mpb_progressBackgroundTint. You need to migrate your code against this change if you used these features.