http://blog.csdn.net/Vincent20111024/article/details/8478219 1. WebView若要设置背景图,直接设置web .setBackgroundResource(R.drawable.yourImage)或者web .setBackgroundDrawable(yourDrawable)是没有效果的,若要设置图片背景,那么需要先设置透明,如下: 将WebView的背景设置成透明的方法,使用语句setBackgroundColor(0);…