您的位置:首页 > 其它

设置文本超连接

2013-12-20 11:05 99 查看
设置文本超连接

<TextView
android:id="@+id/TextView02"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="all"
android:text="请访问Android 开发者:
http://developer.android.com/index.html">
</TextView>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: