gpt4 book ai didi

android - 如何在android中自定义链接文本

转载 作者:行者123 更新时间:2023-11-30 04:34:27 32 4
gpt4 key购买 nike

在我的 android 应用程序中有一个页面,我必须在其中显示文本 - “条款和条件”单击此文本后,我们需要在浏览器中打开一个 url请告诉我如何实现这一目标

最佳答案

希望对您有所帮助。

TextView text = (TextView) findViewById(R.id.textView1);
text.settext("Your text with url");
text.setLinkTextColor(Color.BLUE); // color whatever u want
Linkify.addLinks(text, Linkify.ALL);

关于android - 如何在android中自定义链接文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7117078/

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