balysv / material-ripple

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

Fixed ViewGroup with click listener not being respected #64

Closed marcos-dogonahorse closed 8 years ago

marcos-dogonahorse commented 8 years ago

There was a small bug in the "findClickableViewInChild" that didn't allow child views to handle click event if they are instance of a ViewGroup. This should solve the problem that most people have with children not getting their "click" event being called.