wasabeef / recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items.
Apache License 2.0
11.51k stars 1.98k forks source link

RecyclerView Views Blinking #121

Open troy21688 opened 7 years ago

troy21688 commented 7 years ago

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

ghost commented 7 years ago

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