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
With the following settings: k.setDefaultState(0); k.setBalloonValuesTimeToLive(1); k.setAnimation(true); k.setKnobRelativeRadius(KNOB_SIZE); k.setFreeRotation(true); k.setShowBalloonValues(true); k.setNumberOfStates(10); k.setBalloonValuesTimeToLive(0);
It seems that the initial balloon for the state zero never dissapears. When the value is changed, it has both the initial and the current value balloons.
The text was updated successfully, but these errors were encountered:
@BeppiMenozzi
I did that on purpose in an attempt to kill the initial balloon, but even with the first setting commented out, the initial one stays there, in addition to the current value balloon.
I want the current value to never die, but the initial one is stuck
With the following settings:
k.setDefaultState(0);
k.setBalloonValuesTimeToLive(1);
k.setAnimation(true);
k.setKnobRelativeRadius(KNOB_SIZE);
k.setFreeRotation(true);
k.setShowBalloonValues(true);
k.setNumberOfStates(10);
k.setBalloonValuesTimeToLive(0);
android:layout_width="64dp"
android:layout_height="64dp"
android:id="@+id/knob1"
app:kNumberOfStates="10"
It seems that the initial balloon for the state zero never dissapears. When the value is changed, it has both the initial and the current value balloons.
The text was updated successfully, but these errors were encountered: