skip to Main Content

Android Studio – Android Range Seekbar with two different thumbs

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"…

VIEW QUESTION
Back To Top
Search