Skip to content Skip to sidebar Skip to footer

Animation On Recyclerview Item Click

Anyone knows how to remove that black animation, appearing on recyclerview item click

Solution 1:

Just add below line to your code

recyclerView.setItemAnimator(null);

Post a Comment for "Animation On Recyclerview Item Click"