zfyouxi

可尝试在布局里设置ListView:

android:scrollingCache="false"
或者在代码里设置:

setScrollingCacheEnabled(false);



分类:

技术点:

相关文章: