Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drawable hidden #6

Open
subhasrig opened this issue Sep 2, 2013 · 2 comments
Open

drawable hidden #6

subhasrig opened this issue Sep 2, 2013 · 2 comments

Comments

@subhasrig
Copy link

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?

@subhasrig
Copy link
Author

device-2013-09-02-125636

@BrantApps
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants