Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道您可以为 listViews 设置 fastScroll,但目前我想使用带有简单光标适配器的 ListActivity。有没有办法让这样的视图快速滚动?
您使用哪种游标并不重要。只需android:fastScrollEnabled在您的布局 XML 文件中设置,或者setFastScrollEnabled(true)如果您愿意,也可以调用代码。
android:fastScrollEnabled
setFastScrollEnabled(true)