TextView文字下劃線的添加

<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"  />  
    
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章