In Android TV leanback
, how to always show the headers which are to the left of the screen in BrowseFragment
even when an item in any row is selected?
Currently when an item in a row is focused on, the side bar containing the headers is hidden. I want the side bar to always be shown.
The side bar in blue in the above picture will always be visible.