Android - how to add "quick scroller" to a ListActivity?
I'm looking to add a quick-scroller thingy that the user can drag down to quickly rummage t开发者_StackOverflow中文版hrough a large list. How do I do this?
Thanks.
android:fastScrollEnabled="true" in your listview
精彩评论