Create easy alphabetical scrolling in ListView?

后端 未结 6 1625
無奈伤痛
無奈伤痛 2020-12-05 03:09

I\'m looking to emulate the functionality in the latest Music app, namely the nice little cursor that pops up which allows one to scroll super fast to the artist/album/track

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 03:54

    setFastScrollEnabled(true);

    (http://developer.android.com/reference/android/widget/AbsListView.html)

提交回复
热议问题