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
I'm using your library and it's working really nice however I have issue showing the popup when user scroll the recyclerview
I want the popup to appear when the user start scrolling, is it possible ?
I've implemented it that way:
override fun getSectionName(position: Int): String = getItem(position).countryStripAccents[0].toString()
<com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView android:id="@+id/rv_country" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:fastScrollPopupBgColor="@color/primaryLightColor" app:fastScrollPopupTextColor="@color/primaryTextColor" app:fastScrollThumbColor="@color/primaryDarkColor" app:fastScrollTrackColor="@color/primaryTextColor" app:fastScrollThumbEnabled="true" tools:listitem="@layout/item_country"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using your library and it's working really nice however I have issue showing the popup when user scroll the recyclerview
I want the popup to appear when the user start scrolling, is it possible ?
I've implemented it that way:
The text was updated successfully, but these errors were encountered: