I would like to have this seekbar in my Android project :
This is my seekbar :
You can use the official Slider in the Material Components Library.
Use the app:trackHeight="xxdp" (default value is 4dp) to change the height of the track bar.
Also use these attributes to customize the colors:
app:activeTrackColor: the active track colorapp:inactiveTrackColor: the inactive track colorapp:thumbColor: to fill the thumbSomething like:
It requires the version 1.2.0 of the library.