两个关键点:
1 fBarParams.format = PixelFormat.RGBA_8888;
2
mWebView.setBackgroundColor(Color.TRANSPARENT);
mWindowManager.addView(mWebView, fBarParams);