-
Notifications
You must be signed in to change notification settings - Fork 155
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
onClick catch focus and will not let me scroll #28
Comments
Hi, Have you tried the demo activities in the app? There are examples with Scrollview, RecyclerView to fix this issue. |
Hey, |
i see problem come from searchlayout put inside appbar, if you can fixed it please alert me. |
i think this project is fail |
for this problem add this to your code : rv_search.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() { |
Hello,
When I implement OnClick on item in the list inside the search fragment I cant scroll.
do you know why?
The text was updated successfully, but these errors were encountered: