traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+
MIT License
4.92k stars 1.08k forks source link

Effect show twice on RecyclerVIew item #80

Closed chowaikong closed 9 years ago

chowaikong commented 9 years ago

I have placed the RippleView into the RecyclerView item's root layout, but why it will show the ripple animation again automatically after hit an item of RecyclerView and press back to the RecyclerView, on the same item I just hit, meanwhile I am not touching the screen after head back to the RecyclerView. Is there something I should do and actually not? This problem does not happen when placing RippleView on a button. Any help?