balysv / material-ripple

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

Child view's onClickListener within MaterialRippleLayout doesn't work #86

Open chetan2609 opened 6 years ago

chetan2609 commented 6 years ago

Hi, I have custom list adapter of list view the root view of each row is "MaterialRippleLayout" and it has some child views. There I set some click listener of child views. But "onClick(View v)" method is not being called when child view is clicked.

Can you please provide example of ListView with root view is MaterialRippleLayout with child onclicklistener.

mobileguru007 commented 5 years ago

you have to use childview of MaterialRippleLayout for onclicklistener