listView加紧scroll

listView加快scroll有时候我们的listView很多数据,但是加载的很慢这时候你应该加入一个属性来提高ListVie

listView加快scroll
有时候我们的listView很多数据,但是加载的很慢

这时候你应该加入一个属性来提高

<ListView android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:id="@+id/android:list"
android:fastScrollEnabled="true"></ListView>


android:fastScrollEnabled="true"