Disable row scaling / expand in BrowseFragment
问题 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