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 😉
2
Answers
You should use material design Sliders for that.
Add Google’s Maven Repository google() in build.gradle. For example:
Add the library to the dependencies section:
In the layout:
For more details: https://material.io/components/sliders/android#continuous-slider
Try with this range seekbar: https://github.com/YahooArchive/android-range-seek-bar
Dependency: