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
The auto hide/show does not work when adding app:layout_scrollFlags="scroll" to CollapsingToolbarLayout
app:layout_scrollFlags="scroll"
CollapsingToolbarLayout
Looks like other button navigation libraries have this issue too.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
@Pedramrn @qingshangming that might be bug from support library. Which version of support library is used ??
@Ashok-Varma I'm using the version 25.3.1
For now this can be resolved with registering a scroll linster on the recyclerview and show/hide the bottom sheet manually.
Ashok-Varma
No branches or pull requests
The auto hide/show does not work when adding
app:layout_scrollFlags="scroll"
toCollapsingToolbarLayout
Looks like other button navigation libraries have this issue too.
The text was updated successfully, but these errors were encountered: