-
Notifications
You must be signed in to change notification settings - Fork 313
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
Set wave color #40
Comments
Hi CyberWarriorZ, Can you show me your code? |
I used that code in my fragment.
And my layout:
|
Whenever I try to change the color to something else I get purple color... |
same problem |
use "getResource().getColor(R.color.colorPrimaryDark)" instead of "R.color.colorPrimaryDark" and it will work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there, first of all thank you for providing this library, it's very nice. But I have one issue, whenever I try to declare wave color programmatically with setWaveColor(R.color.myColor) I don't get that color, and instead I get some other color. But when I declare in XML file it works...
The text was updated successfully, but these errors were encountered: