simple-range-view icon indicating copy to clipboard operation
simple-range-view copied to clipboard

SimpleRangeView is custom view component for Android, that provides for the selection of a range

Results 12 simple-range-view issues
Sort by recently updated
recently updated
newest added

Instead of using the callback functions to get the new values, I tried to data-bind them to my view model. When the data-binding is one way, the control can get...

- Set active line color mode (solid or gradient) Apply color at draw so we can pass the real width to the LinearShader to draw the gradient fill.

Hi @bendikv I tried sampleApp provided in the repository (RangeViewBuilder tab) When I enter the following configuration and slide till max value; I am unable to get the `maxValue as...

Is it possible to change label text?

When setting a custom `activeLabelColor`, the label in the bounds of the selected range (06 and 15 in the example below) is set to blue, instead of the specified color....

bug

Another great thing would be to set drawables instead of just the color of both the range line and thumb circles. Preferably with support for [NinePatchDrawable](https://developer.android.com/reference/android/graphics/drawable/NinePatchDrawable.html) otherwise the line will...

enhancement

It would be cool to have an additional property on the range view to make ```OnChangeRangeListener``` calls continuous and thus firing while moving the range line not just after the...

enhancement

Feature request: Option to set type face for labels.

enhancement

Is it possible to disable moving range from left? To work like toogle range bar?

duplicate
enhancement

Would be really nice to have the ability to selectively disable either start or end touch points to make the rangeview behave like a seekview.

enhancement