gpt4 book ai didi

android - Android 新数据绑定(bind)库中的 HTML 格式化

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:51:15 26 4
gpt4 key购买 nike

使用新的 data binding library对于 Android,我可以仅通过 XML 为 TextView 使用 HTML 格式,还是必须以编程方式使用 Html.fromHtml

最佳答案

您必须导入 Html 然后调用 fromHtml 方法:

<data>
<import type="android.text.Html"/>
</data>

<TextView
android:text="@{Html.fromHtml(@string/my_html)}"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>

关于android - Android 新数据绑定(bind)库中的 HTML 格式化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31778414/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com