可尝试在布局里设置ListView:
android:scrollingCache="false"
setScrollingCacheEnabled(false);
ListView嵌套ListView时发生:View too large to fit into drawing cache的问题
原文:http://blog.csdn.net/qy1387/article/details/40781529