Android 实现文本超级链接

来源:互联网 发布:java简易计算器代码 编辑:程序博客网 时间:2024/05/22 11:29
 <TextView 
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:autoLink="all"
    android:text="请访问我的博客:http://http://write.blog.csdn.net/postedit"
    />