<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/alarm_list">
</ListView>
ListView 的高度 必须要设置成一个明确的值 或者match_parent 不然就会调用多次getView方法
android ListView 多次调用 getView方法,布布扣,bubuko.com
android ListView 多次调用 getView方法
原文地址:http://www.cnblogs.com/lxiang/p/3777370.html