Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Give a semi-circular shape to seekbar

Tags:

android

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 ?

like image 757
user2717079 Avatar asked Oct 17 '13 10:10

user2717079


1 Answers

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

like image 135
Matt Joseph Avatar answered Sep 21 '22 07:09

Matt Joseph