I have the default seekbar in my android app. I noticed that when the thumb on the seekbar is held, it turns yellow. Instead, I want i
seekbar
thumb
No need of additional styling. Android supports it via xml. Just add android:thumbTint="@color/yourColor" in your seekbar.
For eg.