-
Notifications
You must be signed in to change notification settings - Fork 310
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
Change background color to white doesn't show anything #12
Comments
Hi, firstly, it's pretty hard to set transparent colour for GlSurfaceView. You need to use solid colour. Please, specify what are you trying to achieve. |
I want to display the waveform, same colors as it displays in the sample on Playstore but on white background |
You can use solid white color like #FFFFFF |
I did.. doesn't work, no matter what colors i give to waveform it doesn't work with white. Any other color is fine |
Any update on this? I am having the same issue. If you set the background to white or transparent it is not working. Transparent gives a black background since there are some values you need to update to allow for transparent (see here). Passing in |
Heey, i woud like to implement Horizon on white background as well and maybe there is something like transparency of wave colors in horizon library ? It looks like it. Where can i change it ? |
I changed the colors of waveform from VerticesDataGenerator and put a background color white/transparent but it doesn't work. It works with gray or any other such variant. How to fix it?
The text was updated successfully, but these errors were encountered: