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

Android Range Slider View

Results 11 range-slider-view issues
Sort by recently updated
recently updated
newest added

how can i set the com.github.channguyen.rsv.RangeSliderView orientation to vertical ?

Hi i put bar in a listview and there are some problems. Touch is strange and complicated.. and when i scroll list.. previous changed is delete.. listview refresh item and...

can display text on seekbar's thumb

If I set the View as gone at the beginning, the View cannot be drawn while I set it as visible. ![20773409_1829820670378322_980618252_o](https://user-images.githubusercontent.com/16176741/29166667-f07eba2a-7df9-11e7-858e-adad0bd5cb5d.png)

Can we Add our custom thumb image in this library Please reply me so i can fix my issue

点击某一个点 可以滑过去吗 ?

This library is awesome but I don't know why there isn't a method to hide the click effect that really is out of place in a production environment. If I...

maybe you should drawSlots after drawBar otherwise users can see bar's boundary lines.

Error:Execution failed for task ':CCIeNewsAppKit:processDebugAndroidTestManifest'. > java.lang.RuntimeException: Manifest merger failed : Attribute application@allowBackup value=(false) from [debug] AndroidManifest.xml:14:9-36 > is also present at [com.github.channguyen:rsv:1.0.1] AndroidManifest.xml:12:9-35 value=(true). When the client app have...

When I set the rangeCount programmatically and the value is > 5 I get ths error ``` java.lang.ArrayIndexOutOfBoundsException: length=5; index=5 at com.github.channguyen.rsv.RangeSliderView.preComputeDrawingPosition(RangeSliderView.java:259) at com.github.channguyen.rsv.RangeSliderView.access$100(RangeSliderView.java:19) at com.github.channguyen.rsv.RangeSliderView$1.onPreDraw(RangeSliderView.java:150) at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:944) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2037)...