GalleryLayoutManager icon indicating copy to clipboard operation
GalleryLayoutManager copied to clipboard

Expand/collapse child views

Open RootSoft opened this issue 6 years ago • 0 comments

Hi BCsl, I want to add the ability to expand/collapse my recyclerview items using the GalleryLayoutManager. I went through the source code to find out why it doesn't work, but I cannot seem to find it. It works using a regular LinearLayoutManager but not using the GalleryLayoutManager.

It seems the items are not redrawn when I expand my child view. Whenever I scroll the view out of bounds and forces the view to redraw, I can see that the view got updated, but I cannot see the animation and expanding happening at realtime.

Hope you can help me out and guide me in the right direction

RootSoft avatar Jul 31 '18 07:07 RootSoft