android在textview中自定义文本[重复]
Posted
技术标签:
【中文标题】android在textview中自定义文本[重复]【英文标题】:android customize text in textview [duplicate] 【发布时间】:2012-02-29 03:39:18 【问题描述】:可能重复:Is it possible to have multiple styles inside a TextView?
我想知道我们是否可以在 android 中做到这一点,我有 textview,它的文本为:
(大家好,你好吗)例如,我们能否以编程方式自定义
中的每个单词相同的文本视图:
喜欢:
hi = 粗体 + 小号 + 蓝色。
每个人 = 正常 + 红色 + 大号。
你好吗 = 斜体并使用自定义字体 + 正常大小。
如果可以的话,请告诉我我们如何以编程方式做到这一点。
非常感谢。
【问题讨论】:
***.com/questions/1529068/… @thinksteep 你可以投票关闭 【参考方案1】:使用html.fromHtml("blah blah blah")
从 html 格式的文本转换。总是像魅力一样工作!
【讨论】:
以上是关于android在textview中自定义文本[重复]的主要内容,如果未能解决你的问题,请参考以下文章
Android,在TextView中调整我的文本大小的问题[重复]
如何在android中创建带有下划线文本的Textview [重复]
android-TextView setText在Html.fromHtml中显示图像和文本[重复]