-
Notifications
You must be signed in to change notification settings - Fork 42
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
setBackgroundColor() don`t work #46
Comments
I found this:
But the setZOrderOnTop() function doesn't exist in mXWalkView class. |
yes it will not work. You can set background color from html/css in xwalkview. |
@ks32 I tried with set transparent in HTML/CSS but the SurfaceView inside xwalkview is white and the exoplayer above the xwalkview don't show. Can you add the setZOrderOnTop() class in the mXWalkView? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I need to put a video view on the bottom of a webview.
When I put:
mXWalkView.setBackgroundColor(0x00000000);
The background don't turn in transparent mode, always the background is white.
When I put:
mXWalkView.setBackgroundColor(Color.RED);
Or any other color, works correctly. but the Color.TRANSPARENT don't work.
any suggestion?
The text was updated successfully, but these errors were encountered: