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
Hey. I love the library, it looks great. I am trying to (when a certain condition is met) update the Tick bar to increase its maximum tick count. I noticed there was a method to set the max tick.
I have tried seekbar.setMax(32f);
This does not seem to update the UI though, the old value is still visible and the Tick ends up in the middle. Is this possible to do?
The text was updated successfully, but these errors were encountered:
To get around this, I removed the XML seek bar and now build it using the builder passing in the parameters, then set the view based on the java build example. I assume this is how it is meant to be used in this scenario.
Hey. I love the library, it looks great. I am trying to (when a certain condition is met) update the Tick bar to increase its maximum tick count. I noticed there was a method to set the max tick.
I have tried
seekbar.setMax(32f);
This does not seem to update the UI though, the old value is still visible and the Tick ends up in the middle. Is this possible to do?
The text was updated successfully, but these errors were encountered: