<pre name="code" class="html"> <TextView
<!-- em 印刷业定义字体size术语-MarsChen教程有一篇介绍 -->
android:id="@+id/textView2"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/button1"
android:lines="2"
android:ems="12"
android:autoLink="web|phone"
android:text="web : www.baidu.com phone : 2222222" />
autoLine 属性:
none 无效 web email phone map all:开启所有已知链接
自动补全:http://blog.youkuaiyun.com/lincyang/article/details/7085614