android-process-button v0.0.4 Release Notes

  • Attributes

    ๐Ÿ“‡ Renamed attributes:

    • progressText -> textProgress
    • completeText -> textComplete

    โž• Added attribute to control button corner roundness:

    • cornerRadius

    ๐Ÿ–จ ProcessButton

    Now button state depends on progress:

    • normal state [0]
    • progress state [1-99]
    • success state [100]
    • error state [-1] *new

    โž• Added abstract drawProgress method to simplify creation different progress buttons.

    General code clean-up.

    Thanks to @avrahamshuk for contribution.