We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: