recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

RecyclerView Views Blinking

Open troy21688 opened this issue 8 years ago • 1 comments

I noticed that my RecyclerView views are blinking as items are added. Is there a way to remove this effect without removing the animation?

troy21688 avatar Dec 31 '16 01:12 troy21688

blink is animated when some item is added/removed usually, try to set RecyclerView.setHasFixedSize(true); Adapter.setHasStableIds(true); that may help

ghost avatar Aug 08 '17 07:08 ghost