I want a range seekbar with two different thumb range selections.
I'm using this library but there is not an option right drawable only the left drawable is working on both ends.
<org.florescu.android.rangeseekbar.RangeSeekBar
android:id="@+id/rangeSeekBar_"
android:layout_width="match_parent"
android:layout_height="50dp"
android:visibility="visible"
app:thumbPressed="@drawable/ic_seeker"
app:thumbNormal="@drawable/ic_seeker"
app:showLabels="false"
/>
is there any other library or workaround please help Complete solutions are also welcome of course ;)