如果是要设置listView的item间距,可以在xml而已文件中的listView下设置xml属性:

android:divider="#00000000"   //分隔线为透明色

android:dividerHeight="20dp"   //高度为20dp