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

Tab in TabLayout with ripple does not select. #65

Open
volic opened this issue Apr 20, 2016 · 1 comment
Open

Tab in TabLayout with ripple does not select. #65

volic opened this issue Apr 20, 2016 · 1 comment

Comments

@volic
Copy link

volic commented Apr 20, 2016

I use TabLayot for ViewPager.
I create custom view tab with MaterialRippleLayout
When you click on unselected tab the tab shows ripple effect but it does not select. It seems that you library holds the click or touch event and does not return it to touch events tree.
I think it could be fixed with
onTouchEvent(){ ... return false; ... }
Thank you

@coreTruth
Copy link

Let's see your code.

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