Android seekbar set custom style using nine-patch images

前端 未结 2 1889
萌比男神i
萌比男神i 2020-12-16 20:03

I am trying to create a custom-styled seekbar. I have two nine-patch images one is a gray stretching bar search_progress.9.png (background color) and the other is a green st

2条回答
  •  醉话见心
    2020-12-16 20:53

    I solved this problem using a ClipDrawable. This is what worked for me:

    Set @drawable/search_progress_drawable as the progressDrawable.

    search_progress_drawable.xml:

    
    
        
        
    
    

    search_progress_clip.xml:

    
    
    
    

提交回复
热议问题