Android:我可以在 TextView 中使用混合格式文本吗

发布于 2024-12-08 19:39:24 字数 131 浏览 1 评论 0原文

我需要在 Android 应用程序中使用混合格式文本
类似的东西
“嗨怎么样
也许即使有不同的颜色,

有没有办法从java代码的xml配置中做到这一点?

I need to have a mixed format text in Android app
something like
"Hi how are you"
maybe even with different colors

is there a way to do it from the xml configuration of from the java code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

度的依靠╰つ 2024-12-15 19:39:25

是的,您可以使用 java 代码中的 SpannableString 类。

http://developer.android.com/reference/android/text/SpannableString.html

Yes, you can use SpannableString class from the java code.

http://developer.android.com/reference/android/text/SpannableString.html

蝶舞 2024-12-15 19:39:25

在这里查看本教程不同格式的文本

Check out this tutorial here Different Format Text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文