I have a VerticalGridView in which i plan to use multiple VerticalGridViews. Wrap_Content does nothing for a VerticalGridView if its set on it's height, The GridLayoutManager simply ignores it if the view is in a normal view, and it does match_parent it seems. If it is in another Vertical Scrolling view the height is 0. I cannot override the GridLayoutManager without duplicating the entire leanback library.
How can I achieve wrap_content for it?