Home > Enterprise >  Android - Seekbar - Customize seekbar UI
Android - Seekbar - Customize seekbar UI

Time:10-30

Recently, I've been working with seekbar. I want to create seekbar have a small gap between thumb and progress bar like in the picture I attached. Can anyone help me or tell me how I can do. Thanks

Seekbar sample

CodePudding user response:

I think your thumb image have some spacing so this is happend.

CodePudding user response:

I solved this problem by very simple, like Brahgrav said, just redraw the thumb with spaced outside and set to android:thumb. I will attach a thumb image for you to see.

Thumb image

  • Related