我是靠谱客的博主 心灵美过客,最近开发中收集的这篇文章主要介绍Android ---android:autoLink属性,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

URL链接 email 链接


  TextView识别链接的方式有两种,一种是自动识别链接和HTML解析链接


   自动识别链接:

     <!-- android:autoLink="web"-设置自动识别链接,值web为匹配Web网址 -->

     <!--android:autoLink="phone"-设置自动识别链接,值phone为匹配电话号码 -->

     <!-- android:autoLink="email"-设置自动识别链接,值email为匹配Email地址 -->

     <!-- android:autoLink="all"-设置自动识别链接,值all为匹配所有 -->

例子:

 <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:autoLink="all"
        android:text="
        android:textSize="16dp" />

 

转载于:https://www.cnblogs.com/lingyi1111/p/4523479.html

最后

以上就是心灵美过客为你收集整理的Android ---android:autoLink属性的全部内容,希望文章能够帮你解决Android ---android:autoLink属性所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部