GalleryLayoutManager icon indicating copy to clipboard operation
GalleryLayoutManager copied to clipboard

RecyclerView - wrap_content

Open SinghKaranbir opened this issue 7 years ago • 2 comments

It looks like recycler view wrap content is not working on height when in Horizontal Direction

SinghKaranbir avatar Jun 24 '17 01:06 SinghKaranbir

Is there any solution for that?

PawelDedio avatar Aug 16 '18 10:08 PawelDedio

After removing the following code, it works fine

if (state.getItemCount() != 0 && !state.didStructureChange()) { if (BuildConfig.DEBUG) { Log.d(TAG, "onLayoutChildren: ignore extra layout step"); } return; }

skybdemq avatar Dec 12 '19 08:12 skybdemq