Custom seekbar (thumb size, color and background)

前端 未结 10 2306
醉梦人生
醉梦人生 2020-11-28 04:07

I would like to have this seekbar in my Android project :

This is my seekbar :



        
10条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 04:22

    Use tints ;)

    
    

    use the color you need in thumbTint and progressTint. It is much faster! :)

    Edit ofc you can use in combination with android:progressDrawable="@drawable/seekbar"

提交回复
热议问题