SmoothProgressBar v0.3.0 Release Notes
Release Date: 2014-01-08 // about 9 years ago-
- 🏗
SmoothProgressDrawable.Builder#width
is nowsetStrokeWidth
- The
strokeWidth
parameter is now afloat
(was anint
) - Added possibility to modify dynamically the
SmoothProgressBar
andSmoothProgressDrawable
properties. e.g. You can callmProgressBar.setColor(mColor)
- 🏗