-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fast scroll in feed list #553
Comments
Yes it would be a useful feature. FYI, the reference you are providing are all for the old View system. Feeder is built with Jetpack Compose, and as far as I know there is nothing equivalent available builti-in. |
I just remembered that this is already implemented. When you scroll you can see a scrollbar to the side. Just grab it and start dragging. |
Ah, yes. This works in article view. Nice! But does it work in feed lists? I can't see a scrollbar and can't get it to work there. |
ok, can reopen for list specifically |
Checklist
App version
2.8.1
Where did you get the app from
Other
Feature or improvement you want
Fast scroll would be a useful feature:
https://developer.android.com/reference/android/widget/AbsListView.html#attr_android:fastScrollEnabled
https://developer.android.com/reference/android/widget/AbsListView.html#setFastScrollEnabled(boolean)
Why should this be added?
In feed lists with lots of entries, scrolling normally can take a long time.
This can also be useful in article view, for long articles.
Screenshots / Drawings / Technical details
com.android.contacts
uses it like this:The text was updated successfully, but these errors were encountered: