gpt4 book ai didi

android - Spanned CSS 样式/颜色

转载 作者:行者123 更新时间:2023-12-02 11:59:55 24 4
gpt4 key购买 nike

有没有办法直接从字符串中使用跨色颜色而不使用任何 Java/Kotlin 代码?
例如粗体文本我可以使用 "<b> $someString </b>"但是改变颜色的方法是什么?我在 Android 文档中搜索了它,发现 this.

CSS style: <span style=”color|background_color|text-decoration”>


但是我不知道如何设置它,我尝试以多种方式进行设置,例如 "<span style=#999999|#999999|#999999> $someString </span>"但它没有用。

最佳答案

人物 |表示 or .
在您看到的文档中 <span style=”color|background_color|text-decoration”>这意味着它可以是 <span style="color:#999999"> $someString </span> 中的任何一个
<span style="background-color:#999999"> $someString </span><span style="text-decoration:underline"> $someString </span>

关于android - Spanned CSS 样式/颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62760494/

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