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

onTouchListener problem (does not override performClick) #133

Open
mr-sarsarabi opened this issue Dec 25, 2017 · 0 comments
Open

onTouchListener problem (does not override performClick) #133

mr-sarsarabi opened this issue Dec 25, 2017 · 0 comments

Comments

@mr-sarsarabi
Copy link

I have a View above the rippleView and I don't want the touch event to affect the rippleView while the other View is Visible.(onClickListner does not work well here) usually by setting onTouchListner for the View above and returning false, the touch event doesn't go any deeper and stops. rippleView does not follow this pattern and grabs the touch event whether it's above or below. and stops the touch event. O_O

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

1 participant