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

Are animators supposed to work for Grid Layouts?

Open clocksmith opened this issue 10 years ago • 3 comments

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

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

clocksmith avatar Jun 06 '15 19:06 clocksmith

@clocksmith

Hi. Could you test the this sample code?

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

wasabeef avatar Jun 16 '15 02:06 wasabeef

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

adb-shell avatar Dec 31 '15 01:12 adb-shell

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

amanzan avatar May 26 '17 09:05 amanzan