AndroidCircularSeekBar
AndroidCircularSeekBar copied to clipboard
drawable hidden
Hi,
I have to create circular seek bar with drawable image inside circle. While moving the image. seek bar progress is to be set. But image is hiding because it is drawn inside rectangle. How can i draw circle by giving some distance between rectangle border?

Change the size of the circle's outer radius under the line of code akin to;
outerRadius = size / 2
My incarnation currently reads;
outerRadius = (float) ((size*0.75) / 2)
I'll add my fork when I've made my incarnation of Raghav's initial slider slick. Its currently a bit all over the shop.