gpt4 book ai didi

android - 如何将字符串值更改为斜体

转载 作者:行者123 更新时间:2023-11-29 15:14:23 26 4
gpt4 key购买 nike

在我的应用程序中,我有一个 TextView,我在其中显示 2 个字符串值。字符串从 sqlite 数据库获取,并在运行应用程序时显示值。

如何将一个值更改为斜体?有可能吗?

dipSin.setText("  "+ value1 + "     ." + value2 );

最佳答案

一种方法是使用 html:

dipSin.setText(Html.fromHtml("<i>"+value1+"</i>"));

只需确保在布局文件中,没有任何内容覆盖此样式。

关于android - 如何将字符串值更改为斜体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26081796/

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