balysv / material-ripple

Android L Ripple effect wrapper for Views
Apache License 2.0
2.36k stars 479 forks source link

Tab in TabLayout with ripple does not select. #65

Open volic opened 8 years ago

volic commented 8 years ago

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