解決Android的TextView不能自動換行的問題

<TableLayout 
   android:layout_width="fill_parent"
   android:layout_height="wrap_content" 
   android:stretchColumns="1" 
   android:shrinkColumns="1">
只要設置了android:shrinkColumns屬性就好。
發佈了25 篇原創文章 · 獲贊 6 · 訪問量 15萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章