traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rippleview on Parent and Child Views

ayushhgoyal opened this issue · comments

I have a parent ripple view and a child ripple view, both having a completeListener.
If I click on parent then Ripple is correctly displayed.
But, clicking on child ripple view fires ripple for container parent as well, what would be the best way to fire the ripple on the view thats actually tapped.
Any help would be appreciated!