xiechengfa 发表于 2013-1-14 18:18:15

listView加快scroll

<div class="cnt">有时候我们的listView很多数据,但是加载的很慢
这时候你应该加入一个属性来提高
<ListView android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:id="@+id/android:list"
android:fastScrollEnabled="true"></ListView>
 
android:fastScrollEnabled="true"
页: [1]
查看完整版本: listView加快scroll