Android WebView背景颜色问题

发布于 2024-11-16 17:10:24 字数 200 浏览 3 评论 0原文

我有一个webview,其中显示一些html文本,对于同一个webview,我在xml和in中都将背景颜色设置为白色 Java 类。我的问题是,如果文本很短,则只有屏幕上有文本的部分以白色背景色显示,之后网络视图的其余部分以黑色背景颜色显示。请帮忙。

I have a webview in which I am showing some html text, for the same webview I have put background color as white both in xml and in the Java class. My problem is that if the text is short, only the part of the screen which has text appears with background color as white and after that the rest of the webview appears with black background color. Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烦人精 2024-11-23 17:10:24

您是否更改了布局高度和重量以填充父级?
webview 也是其他布局的子级吗?它的属性也会影响 Web 视图的布局参数。

Have you changed the layout height and weight to fill parent ?
Also is the webview child of some other layout? It's properties also affect the layout parameters of the web view.

红衣飘飘貌似仙 2024-11-23 17:10:24

您似乎使用的是 RGB 而不是 ARGB。零阿尔法。

You seem to be using RGB instead of ARGB. Zero alpha.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文