i want a range slider that will show all the pickable values to the user too see
my one below
<com.google.android.material.slider.RangeSlider
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:valueFrom="1"
android:valueTo="24"
app:thumbColor="@color/blue_main"
app:trackColor="@color/button_apply"
android:id="@+id/dialog_working_time"
app:haloColor="@color/button_apply"
style="@style/Myslider"
/>
like this
I tried using all the properties but could not figure it out