FillProgressLayout v0.0.5 Release Notes

Release Date: 2019-12-16 // over 4 years ago
  • 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.