Knob icon indicating copy to clipboard operation
Knob copied to clipboard

A seekbar, in form of a fully customizable rotating knob selector with discrete values for Android. Replaces radio buttons, seekbars, integer value inputs, progress bars and even ViewPager indicators.

Results 10 Knob issues
Sort by recently updated
recently updated
newest added

when setting kMaxAngle and kMinAngle, snapping to minAngle is OK, and when you go "before" the min angle, it tolerates quite well, but when just past the maxAngle, it snaps...

setEnable(false) should let background be grey fow now, setEnable(false) just let the know do not swipe, user can not know it's disabled clearly.

Hi. In the project I make for hobby, I design a screen that will set the temperature of my house. I want the colors of the "Selectstate Marker" in the...

Hi, first of all thanks for this awesome lib. Lib tend to crash on almost all emulators and devices below SDK 19. But working fine on latest devices. Any idea...

Hello, When the device is in RTL mode, the Knob isn't flipped horizontally. I think this can be easily fixed by checking if device is RTL, and then invert the...

The new click behaviour will come in very handy for me. Unfortunately, I cannot get it working for my knob configuration. Here is the Knob style I'm using: ```xml 21...

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...

On a volume knob with 100 values and a low kSwipeSensitivityPixels (below 20), the knob doesn't work properly with a custom .png drawable or with the pop up balloon enabled....