gpt4 book ai didi

android - 如何使android中的 anchor 标记可点击

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

这是我的代码:

TextView aboutL1 = (TextView) findViewById(R.id.aboutL2);
aboutL1.setText(Html.fromHtml("This app is open source.<br>The source code is hosted on <a href=\"http://herp.com/derp\">Github</a> "));
Linkify.addLinks(aboutL1, Linkify.ALL);

github 这个词显示为一个链接,但是当我点击链接时没有任何反应......

最佳答案

您需要调用setMovementMethod :

aboutL1.setMovementMethod(LinkMovementMethod.getInstance());

(您可能甚至不需要调用 Linkify.addLinks,因为您使用了 Html.fromHtml,但我完全不记得了)。

关于android - 如何使android中的 anchor 标记可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14502709/

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