<ListView android:id="@+id/result" android:layout_width="fill_parent" android:layout_height="fill_parent"/> 此处请注意,ListView的android:layout_height属性值为"fill_paternt",如果为“wrap_content"将会是另一种情况。其适配器的getView方法里只有第一个Item的convertview为null其他的不为空。