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 作为自定义单行文本编辑。
我想在所有分辨率和密度下将字体大小设置为 webview 高度的 90%。
可能吗?如何?
WebView 只显示网页(更准确地说是 HTML),因此您的所有文本格式都必须在 HTML/CSS 中完成。
您可能想尝试TextView并查看使用Html.fromHtml()来设置文本样式。然后您可以使用 TextView 的大小调整功能。