Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以对 Linkify.addLinks() 操作生成的链接进行样式设置?具体来说,我想改变默认的蓝色。
谢谢
我认为样式 linkify 是可能的,但如果你想添加 links ,你可能想要使用具有透明背景的 webview,以便你可以在其上使用 html 文本。我尝试搜索 linkify 样式但找不到任何东西,所以我使用了 webview 并使背景透明,这更容易,并且可以做的不仅仅是链接和样式。祝你好运 :)