Skip to content
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

OnClickListener problem #14

Open
ppamorim opened this issue Sep 15, 2014 · 1 comment
Open

OnClickListener problem #14

ppamorim opened this issue Sep 15, 2014 · 1 comment

Comments

@ppamorim
Copy link

OnClickListener is blocking the scroll. What I can do?

@bdonahue
Copy link
Contributor

You mean to use setOnItemClickListener, onClickListener will detect clicks to the entire view and intercept touches as you have seen. This is useful in rare circumstances when you want to render the normal UI but intercept all touches and detect when the entire view is clicked.

http://developer.android.com/reference/android/widget/AdapterView.html#setOnItemClickListener(android.widget.AdapterView.OnItemClickListener)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants