android ListView 多次调用 getView方法

<ListView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:id="@+id/alarm_list">
</ListView>

 

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

你可能感兴趣的:(android ListView 多次调用 getView方法)