android ListView 多次调用 getView方法

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

 

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

posted @ 2014-06-09 10:36  lx_  Views(319)  Comments(0Edit  收藏  举报