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
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: