开发者

Android ListView alpha scroller for quickly scrolling long list

开发者 https://www.devze.com 2022-12-21 21:35 出处:网络
The Contacts app shows a button on the side of the screen that acts as a little thumb to allow you to quickly scroll the big list. I have a very long list that开发者_高级运维 would benefit from this n

The Contacts app shows a button on the side of the screen that acts as a little thumb to allow you to quickly scroll the big list. I have a very long list that开发者_高级运维 would benefit from this navigation behavior, but can't find any documentation as to how to enable it.

Is it a behavior that's built into the SDK, or must I write it myself?


Yes, it is included in the sdk. See here:

http://developer.android.com/reference/android/widget/AbsListView.html#attr_android:fastScrollEnabled

just set this property. If you want to further enhance this like the contacts that shows the letters for the section you are in you can use this.

http://developer.android.com/reference/android/widget/SectionIndexer.html

0

精彩评论

暂无评论...
验证码 换一张
取 消