gpt4 book ai didi

java - 文本非颜色 : Why it doesn't work?

转载 作者:行者123 更新时间:2023-12-01 14:04:25 24 4
gpt4 key购买 nike

我有这个代码

    TextView.append(Html.fromHtml((getString(R.string.example))));

<string name="example"><b><font color="red">Example</font></b></string>

因为我运行应用程序时文本不是红色的?可能出了什么问题?

最佳答案

你可以试试这个:

myTextView.setText(Html.fromHtml(getString(R.string.example)));

strings.xml中添加html源代码的最佳方法是使用

<![CDATA[html source code]]>

这是一个例子:

<string name="html"><![CDATA[<p>Text<p>]]></string>

关于java - 文本非颜色 : Why it doesn't work?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19030328/

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