FillProgressLayout Versions Save

A simple and flexible Fillable Progress Layout written in Kotlin

v0.0.9

2 years ago

Nullable Listeners can be used now in setProgressUpdateListener and setDoOnProgressEnd methods. Addressing this issue

v0.0.8

3 years ago

Resource color and Color int are supported now

v0.0.7

3 years ago

progress update listener added progress animator exposed (handy in specific cases)

v0.0.6

3 years ago

documentation for public methods added animation interpolator support added

v0.0.5

4 years ago

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.

v0.0.4

4 years ago

FillProgressLayout now supports gradient progress colors.

new xml tags added for easy implementation fpl_gradientMovement fpl_gradientColors fpl_gradientDirection

and their respective setters for dynamic changes

v0.0.3

4 years ago

v0.0.2

4 years ago

v0.0.1

4 years ago