3.自动拨号,打开网页等功能:
注意不要忘了导入权限
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:autoLink="all"//设置链接的支持功能,all代表支持全部功能,还可以选择,也可以单独选
android:background="#ffcc00"
android:singleLine="true"
android:textColorLink="#ffffff"//设置链接颜色
android:text="15539186845 www.baidu.com" >
</TextView>
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-30 15:12:25