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

Circular seekbar not showing on Android Nogut #17

Open
rajextreme9476 opened this issue Jan 30, 2017 · 2 comments
Open

Circular seekbar not showing on Android Nogut #17

rajextreme9476 opened this issue Jan 30, 2017 · 2 comments

Comments

@rajextreme9476
Copy link

No description provided.

@lectricas
Copy link

2017-08-05_14-16-40

@letscodewithkalyan
Copy link

in onmeasure()
use
int height = getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec);
int width = getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec);
instead of
width = getWidth(); // Get View Width
height = getHeight();// Get View Height

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

3 participants