I have a SeekBar that I'm trying to implement custom styling on. The edges of my progressDrawable
have rounded corners which I think looks great, however when i drag the thumb to the edges it looks strange.
This is how the SeekBar looks when I use an "in the middle" progress
value like 80
.
And this is how the start and end look when I use a progress
value of 0
or 100
respectively. You can see how the rounded corners look strange due to the way the thumb goes all the way to the end of the SeekBar.
I'm looking for a way to get the thumb to STOP at around 16dp
before the end of the SeekBar, but for the progressDrawable
to still fill it in as if it had gone to 100
.
I also just noticed that the thumb seems to cut off half way through it's drawable. That is not related to what I'm asking, so I'm trying to avoid any confusion there.