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 は相対的なレイアウトに動的に追加されます.どうすればよいですか? お願い助けて。
これがうまくいく可能性は低いです。WebView通常、 a のようなスクロール可能なものを a の行に配置することはできませんListView。
WebView
ListView
表示しようとしている HTML が制限されている場合は、行に使用して、HTML を経由で使用できるTextViewsものに変換します。TextViewHtml.fromHtml()
TextViews
TextView
Html.fromHtml()