You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue using the RoundedCornerProgressBar. I have a method that sets the progress of the bar and also updates the progress bar text to indicate the current progress. Most of the time, the text will properly choose where to show itself so it isn't cut off. However, about 10% of the time the text will show itself in an area that is too small for it, leading to it being cut off. It's kind of hard to explain in words, but I have taken two photos to show an example of this:
90% of the time this will show when the fragment starts (Which is correct)
10 % of the time this will show when the fragment starts (Which is incorrect)
It would be great to have a fix for this, but in lieu of that does anyone know a local solution for this problem? Like manually setting which side the text shows on for a given percentage?
The text was updated successfully, but these errors were encountered:
I ran into an issue using the RoundedCornerProgressBar. I have a method that sets the progress of the bar and also updates the progress bar text to indicate the current progress. Most of the time, the text will properly choose where to show itself so it isn't cut off. However, about 10% of the time the text will show itself in an area that is too small for it, leading to it being cut off. It's kind of hard to explain in words, but I have taken two photos to show an example of this:
90% of the time this will show when the fragment starts (Which is correct)
10 % of the time this will show when the fragment starts (Which is incorrect)
It would be great to have a fix for this, but in lieu of that does anyone know a local solution for this problem? Like manually setting which side the text shows on for a given percentage?
The text was updated successfully, but these errors were encountered: