<ListView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:>
</ListView>

 

ListView 的高度 必须要设置成一个明确的值 或者match_parent  不然就会调用多次getView方法

相关文章: