I have not found any documentation how to disable the row scaling when switching the focus from the Headers to the Fragments in a BrowseFragment.
Leanback version 24.2.0
The BrowseFragment has a function enableMainFragmentScaling
which solves the problem partially. The images now have the full size, but the titles are still not expanded like they are in the PlayStore App, Youtube app. The expand (without animation) when focusing a row.
What i did so far:
enableMainFragmentScaling(false);
in BrowseFragmentsetExpand(false);
in the nested RowsFragments. But it didn't change anything.
The Code is very similar to the demo leanback project. But there they have row scaling enabled. Demo on Github