skydoves / ProgressView

🌊 A polished and flexible ProgressView, fully customizable with animations.
Apache License 2.0
789 stars 57 forks source link

Label blinking while located on the outside of the progress bar. #20

Open Hubizon opened 3 years ago

Hubizon commented 3 years ago

I'm making an app that is updating progress bar every 50 milliseconds. When the label is located on the inside of the progress bar, everything works perfectly, but when it's outside, it's rapidly blinking. It looks like it's disappearing for a few milliseconds and then reappearing. Of course, I have a .setOnProgressChangeListener that changes the labelText. Edit: If I'm not mistaken, it happens because of changing the progress, not the label. It's really noticeable even if I'm updating the progress every second (not every 0.05 s) so I do think that it should be fixed.

https://user-images.githubusercontent.com/42970882/126567827-f21cfd0a-69d5-40e1-9a1b-6b2d114d3f08.mp4

OnClickListener2048 commented 4 months ago

same here. Did you solve it ?