我将透明的PNG直接加载到我的网页浏览中:
webView.getSettings().setSupportZoom(true);
// let's use testing image
webView.loadUrl("https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png")
可悲的是,webview的背景很暗,我无法改变为白色。
我在[{1}}之前和setBackgroundColor()
之前直接尝试setBackgroundResource()
和loadUrl
,但没有任何运气。
我还试图让网页视图透明化,以及#34;绘制"布局的白色背景,也不起作用。