首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

listView加紧scroll

2012-08-21 
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"

热点排行