Hi,
I hope you are doing well,
I am using LeanBack code for the Android TV platform. But I have one issue. As per our requirement, We need to put the video player on the top of the row fragment and manage focus from rows to the video player.
After more research on the Leanback library, we are supposed to use the BrowseFragment to achieve the expected result.
Now the problem is how to design the preview section at the top with the Video player as the BrowseFragment shows the Rows from the bottom corner of the screen. How can we customization browse fragment or Row Fragment to resolve this?