关于webview设置背景色为透明
在webview中要设置背景为透明
具体参考我的提问:
http://www.iteye.com/problems/39047
只要对webview加入下面代码:
web.setBackgroundColor(0);
这样就能看到透明效果了。
发布时间: 2012-09-02 21:00:34 作者: rapoo
关于webview设置背景色为透明
在webview中要设置背景为透明
具体参考我的提问:
http://www.iteye.com/problems/39047
只要对webview加入下面代码:
web.setBackgroundColor(0);