美文网首页Android
Android TextView setAutoLinkMas

Android TextView setAutoLinkMas

作者: __素颜__ | 来源:发表于2018-08-02 17:59 被阅读298次

    TextView 设置setAutoLinkMask属性,他就会自己检测,如果是链接,文本颜色就会有特殊变化,并且,点击可直接跳转外部浏览器

    TextView tv = new TextView(context);
    tv.setAutoLinkMask(Linkify.WEB_URLS);
    

    效果图:

    相关文章

      网友评论

        本文标题:Android TextView setAutoLinkMas

        本文链接:https://www.haomeiwen.com/subject/hughvftx.html