kofigyan / StateProgressBar

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

Current state indicator #50

Open AlmutawaEssam opened 4 years ago

AlmutawaEssam commented 4 years ago

is there anyway to make the current state bigger?

kofigyan commented 4 years ago

Hi AlmutawaEssam, sorry for the late in reply. This could be implemented by increasing the size of current state item in proportion to the other states in onDraw. Currently a little tied down but l will try a spare some time within the week to implement it. Let me know if you are able to try my suggested solution.

AlmutawaEssam commented 4 years ago

I wasn't able to do that as I'm kinda new to android studio

kofigyan commented 4 years ago

I will work on this and give you a feedback. Is a feature that is implementable.

On Thu, 13 Feb 2020, 04:51 AlmutawaEssam, notifications@github.com wrote:

I wasn't able to do that as I'm kinda new to android studio

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kofigyan/StateProgressBar/issues/50?email_source=notifications&email_token=AAJKBJAII52WUHBAOQIT4YTRCTGTZA5CNFSM4KTZCIY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELTMLMY#issuecomment-585549235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKBJE5OZWBRXJMH7OWBFTRCTGTZANCNFSM4KTZCIYQ .

AlmutawaEssam commented 4 years ago

thank you, waiting for it

AlmutawaEssam commented 4 years ago

Any news about this?