如何告诉 linkify 不要给链接添加下划线?
有什么方法可以告诉 linkify 不要在我的链接下划线吗?我已经在使用 textView.setLinkTextColor(stateList)
来更改颜色,但我想删除链接上插入的下划线。
这可能吗?
Is there any way to tell linkify not to underline my links? I am already using textView.setLinkTextColor(stateList)
to change the color, but I'd like to remove the underline that is inserts on the link.
Is this even possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我设法使用此实现来实现此目的。有点 hack,但效果都是一样的。
I managed to get this working using this implementation. A bit of a hack but it works all the same.