listview中条目的字体能不能分行显示

listview中条目的字体能不能分行显示,显示不下折行显示怎么实现?怎么对listitem自动换行?

http://blog.csdn.net/furongkang/article/details/6819247

可以对你条目中的控件试试android:singleLine="false"这个属性。