Customize rangeColor in runTime
Hello,
<io.apptik.widget.MultiSlider android:id="@+id/sliderArea" android:layout_width="match_parent" android:layout_height="wrap_content" app:thumbNumber="2" app:scaleStep="10" app:rangeColor="@color/grey" android:layout_marginRight="@dimen/margin_16" android:layout_marginLeft="@dimen/margin_16" app:scaleMax="1000" app:stepsThumbsApart="1" app:drawThumbsApart="true" />
I would like to know if there's a method to change rangeColor in runtime, because atm, it can only be changed when compiling.
Hi @daniel0x7CC Look at in example of MultiSliderFragmentMany.java
I've just did it and it looks like a big black rectangle... https://imgur.com/hovBU8c
@daniel0x7CC You can see issues #47, #61, #64, #72
Hello i am newbie with android !!!
I am using above lib for selecting age range.I want to show different colors for Selected range and unselected range ?
Any help would be highly appreciated
Kalpesh Khandla