Custom GridlayoutManager for WRAP_CONTENT on RecyclerView

I have a RecyclerView in NestedScrollview . I want my RecyclerView wrap its contents for this im using my own Linear Layout Manager. Which RecyclerView shell works fine.

I use this library

which I found in this post.

Now I want to use the GridLayoutManager for a grid view that will wrap its contents. Can anyone help?

+5
source share

Source: https://habr.com/ru/post/1235606/


All Articles