-
Notifications
You must be signed in to change notification settings - Fork 865
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
Issue with scrolling for TouchImageView inside AppBarLayout / CollapsableToolbar #400
Comments
I have found the solution setScollable(yourAppBarLayout, false)
or if you want to use via DataBinding
|
Thank you for sharing your solution. ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scenario:: I have an Activity with TouchImageView(top 60% of the screen) + Grid of GalleryImages ( bottom 40% of screen )
Functionality:: I have to Collapse/Expand the ImageView based on scroll direction. To achieve this I had to place the TouchImageView inside AppBarLayout / CollapsableToolBar
Issue:: When I try to zoom/pinch/scroll the TouchImageView, The AppBarLayout is getting scrolled. Which you can observe in the below Video
expected behavior:: While Interacting with TouchImageView, The AppBar should not be triggered.
The functionality which I am trying to achieve is the same as InstagramGallery.
The text was updated successfully, but these errors were encountered: