wasabeef / recyclerview-animators

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

Are animators supposed to work for Grid Layouts? #28

Open clocksmith opened 9 years ago

clocksmith commented 9 years ago

I use setLayoutManager(new GridLayoutManager(this, 2))

Are the animators supposed to work in this case? They do not seem to be...

wasabeef commented 9 years ago

@clocksmith

Hi. Could you test the this sample code?

https://github.com/wasabeef/recyclerview-animators/commit/99447b2bb1364e01231f662be5cb157d407e92d9

adb-shell commented 8 years ago

I think item animators are not getting applied to the grid layout managers, only way is through using animation adapters provided.

amanzan commented 7 years ago

I tried with adapters and I see no animations at all using GridLayoutManager