Android的TextView不能自动换行的问题

来源:互联网 发布:开淘宝店一年挣多少钱 编辑:程序博客网 时间:2024/04/29 08:38

Android的TextView不能自动换行的问题

在画布局的时候发现我的TextView不能自动换行,超出了屏幕也不换

原因如下:

  TableLayout里的TableRow里的TextView自动换行会出现问题

<TableLayout android:layout_width="fill_parent"            android:layout_height="wrap_content" android:stretchColumns="1" android:shrinkColumns="1">

加一个android:shrinkColumns之后问题解决

 

原创粉丝点击