如何在WebView的onReceivedError方法上将图像设置为背景?

时间:2013-03-08 05:46:20

标签: android android-webview

是否可以在WebView方法上将图片设置为onReceivedError()的背景?

对你们这有什么意义吗?

1 个答案:

答案 0 :(得分:2)

这应该有效

webView.setBackgroundColor(0);
webView.setBackgroundResource(R.drawable.test2);