Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个列表视图,其中包含每一行上的 webview。Webviews 被动态添加到相对布局中。我该怎么做?请帮帮我。
这不太可能运作良好。您通常不能将可滚动的内容(例如 a WebView)放入 a 的行中ListView。
WebView
ListView
如果您尝试显示的 HTML 有限,请使用TextViews行,将您的 HTML 转换为TextView可以通过Html.fromHtml().
TextViews
TextView
Html.fromHtml()