关于webview设置背景色为透明 在webview中要设置背景为透明具体参考我的提问:http://www.iteye.com/problems/39047只要对webview加入下面代码:
web.setBackgroundColor(0);