在webview中要设置背景为透明
具体参考我的提问:
[url]http://www.iteye.com/problems/39047[/url]
只要对webview加入下面代码:
这样就能看到透明效果了。
具体参考我的提问:
[url]http://www.iteye.com/problems/39047[/url]
只要对webview加入下面代码:
web.setBackgroundColor(0); 这样就能看到透明效果了。
本文介绍如何将WebView的背景设置为透明。通过调用web.setBackgroundColor(0)即可实现透明效果。
1172

被折叠的 条评论
为什么被折叠?



