TextView中可以有不同颜色的信吗? [英] Can textview have letters in different colors?

查看:92
本文介绍了TextView中可以有不同颜色的信吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要显示123,但1红色2在黑,绿,3 ... 这是可能的,或者是有在同一个TextView中...

I want to display '123' but 1 in red color 2 in green and 3 in black ... Is that possible, or is there any other recommended way of displaying different text color in the same textview...

推荐答案

嗯,我发现它使用下面code

Ah I found it use below code

myTextView.setText(Html.fromHtml(html text having 1 in red 2 in green and so on));

我不知道网络让你更好的咨询人谁可以写HTML给你:P

I dont know web so you better consult someone who can write html for you :P

这篇关于TextView中可以有不同颜色的信吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆