I'm working on a Leanback app and I've implemented the rows and everything via RowsFragment
and its all working great.
As for now when I go left and right within the items in the row the focused item moves to the middle of the screen and gains the focus.
Example -
I want the focused item to stay at the beginning of the row and not at the middle.
Example -
Couldn't find anything on this on the web. Would really appreciate any information regarding this.
nextFocusDown
,nextFocusLeft
,nextFocusRight
,nextFocusUp
. – Hardworking