FillProgressLayout v0.0.6 Release Notes

Release Date: 2020-06-07 // almost 4 years ago
  • 📚 documentation for public methods added
    👍 animation interpolator support added


Previous changes from v0.0.5

  • 0️⃣ Now default fill animation can be disabled if needed.

    using method setProgress(inputProgress: Int,animated:Boolean=true)
    i.e. fillB.setProgress(progress, isAnimated)

    ⚡️ This comes in handy if we want to set an initial progress value and then update it afterwards.