1

I know it is possible to change the style of the SeekBar in android apps, but is it possible to change the shape of the progress line of a SeekBar?

I would like it to be like that: enter image description here

Any ideas on how to achieve this? :)

tania
  • 1,086
  • 2
  • 12
  • 31

1 Answers1

1

Similar to this question here How to make custom seek bar in android?

You're not going to be able to do that with the default slider. You're going to have create a custom view. Here's some resources to get you started.

http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/

http://developer.android.com/training/custom-views/create-view.html

Edited to add this other resource the may help you get the curves you want

Give a semi-circular shape to seekbar

Community
  • 1
  • 1
Tulsi Leathers
  • 328
  • 1
  • 10