user2717079
user2717079

Reputation: 299

Give a semi-circular shape to seekbar

Is it possible to give an arc shape to Seekbar using android shape elements ? If not is there any other way to change the shape of the seekbar ?

Upvotes: 6

Views: 7633

Answers (1)

Matt Joseph
Matt Joseph

Reputation: 336

I have an open source CircularSeekBar that allows semi-circles:

http://devadvance.com/circularseekbar

The instructions on the site are basic, if you need any more help, just ask!

There are also a few other circular seekbar implementations that only allow full circles, but provide a good starting point, such as:

https://github.com/JesusM/HoloCircleSeekBar

Upvotes: 9

Related Questions