kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.54k stars 233 forks source link

Full Descending order progress? #47

Closed Sytehk closed 4 years ago

Sytehk commented 4 years ago

Hello, please is it possible for the circle progress to be in descending order as well and not just the numbers? i mean i want the progress to be in a count down fashion like it should start filling bar from 4,3,2,1 in that order. is this possible?

kofigyan commented 4 years ago

Hi Sytehk, please is possible. Just use app:spb_stateNumberIsDescending="true" . Sorry for the late in reply.

kofigyan commented 4 years ago

Also add in xml
app:spb_animateToCurrentProgressState="true"