码迷,mamicode.com
首页 > 移动开发 > 详细

Android ---android:autoLink属性

时间:2015-05-22 23:50:32      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:

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" />

 

Android ---android:autoLink属性

标签:

原文地址:http://www.cnblogs.com/lingyi1111/p/4523479.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!