How to change colour of the thumb in seekbar?

前端 未结 3 2123
北荒
北荒 2020-12-15 18:43

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

3条回答
  •  攒了一身酷
    2020-12-15 19:07

    No need of additional styling. Android supports it via xml. Just add android:thumbTint="@color/yourColor" in your seekbar.

    For eg.

    
    

提交回复
热议问题