I have a RecyclerView in a NestedScrollview. I want my RecyclerView wrap its content for this im using a custom Linear Layout Manager. Which wrap RecyclerView content and working fine.
I achieve using this library
which I found in this post.
Now I want to use GridLayoutManager for grid view which will wrap its content.
Can Anyone Help?