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

Fix low version compatibility #2

Closed
darktiny opened this issue Jan 20, 2015 · 4 comments
Closed

Fix low version compatibility #2

darktiny opened this issue Jan 20, 2015 · 4 comments

Comments

@darktiny
Copy link

Method "removeOnGlobalLayoutListener" is API Level 16

Method "setProgressColor" in RoundCornerProgressBar class is wrong.

if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
    layoutBackground.setBackground(gradient);
} else {
    layoutBackground.setBackgroundDrawable(gradient);
}

Please fix it.

Nice library. Thx.

@GinRyan
Copy link

GinRyan commented Jan 20, 2015

Very nice.

@akexorcist
Copy link
Owner

Arrr. I fotget it. Thanks guy!!

I will fix this with new library feature.

@first087
Copy link
Contributor

first087 commented Feb 5, 2015

I fixed it and create pull request for @akexorcist

@akexorcist
Copy link
Owner

v1.1.0 is coming! Check it out!

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

4 participants