TextView文字下划线的添加

来源:互联网 发布:java自学视频百度云盘 编辑:程序博客网 时间:2024/05/24 01:50
<TextView xmlns:android="http://schemas.android.com/apk/res/android"       android:id="@+id/text1"     android:layout_width="match_parent"       android:layout_height="match_parent"       android:autoLink="all"  //文字的下划线,all表示所有类型的文字(电话、email。。。。)
     android:text="@string/link_text_auto"  />  
    
0 0
原创粉丝点击