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