gpt4 book ai didi

android - 我可以为 TextView 中的链接设置文本颜色吗?

转载 作者:太空宇宙 更新时间:2023-11-03 12:00:21 25 4
gpt4 key购买 nike

在 Android 中,我将 android:autoLink 属性设置为 all 我的 TextView。是否可以更改找到的任何链接的颜色? (我不喜欢默认的蓝色。)

最佳答案

在 XML 中尝试 TextView:

android:textColorLink="@android:color/someColor"

在 Java 代码中

 textview.setLinkTextColor(Color.RED);

关于android - 我可以为 TextView 中的链接设置文本颜色吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10759597/

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