Skip to content
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

feature request: fast scroll #18

Open
ilf opened this issue Jul 8, 2024 · 0 comments
Open

feature request: fast scroll #18

ilf opened this issue Jul 8, 2024 · 0 comments

Comments

@ilf
Copy link

ilf commented Jul 8, 2024

app: org.lineageos.eleven
name: Eleven
version: 4.2.0

With lots of audio files, Eleven gets really hard to navigate and find things.
In addition to search (#17), fast scroll would be awesome.

https://developer.android.com/reference/android/widget/AbsListView.html#attr_android:fastScrollEnabled
https://developer.android.com/reference/android/widget/AbsListView.html#setFastScrollEnabled(boolean)

com.android.contacts uses this, apparently like this:

$ grep -Ri fastscroll
src/com/android/contacts/list/ContactEntryListFragment.java:            mListView.setFastScrollEnabled(hasScrollbar);
src/com/android/contacts/list/ContactEntryListFragment.java:                mListView.setFastScrollEnabled(!flag);
src/com/android/contacts/list/ContactEntryListFragment.java:        mListView.setFastScrollEnabled(!isSearchMode());
res/layout/contact_list_content.xml:                android:fastScrollEnabled="true"
res/layout/join_contact_picker_list_content.xml:            android:fastScrollEnabled="true"
res/layout/contact_picker_content.xml:        android:fastScrollEnabled="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant