I have SeekBar, I used https://github.com/oli107/material-range-bar for built SeekBar it's working good but it's interact with each other on drag but i don't want to it, I want to like paytm. and when I set enlarged value to start tick and end tick means max and min value, then tick not showing the whole value that means half value is showing.
So how can i build it? Please help me!!!
activity_main.xml
<com.example.seekbar.RangeBar xmlns:custom="http://schemas.android.com/apk/res-auto"
android:id="@+id/rangebar1"
android:layout_width="match_parent"
android:layout_height="72dp"
android:layout_marginTop="@dimen/margin_5"
custom:temporaryPins="false"
custom:tickEnd="100"
custom:tickInterval="10"
custom:tickStart="0" />