您的位置:首页 > 移动开发 > Android开发

android ListView 多次调用 getView方法

2014-06-09 10:36 295 查看
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/alarm_list">
</ListView>

ListView 的高度 必须要设置成一个明确的值 或者match_parent 不然就会调用多次getView方法
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: