Hey I'm trying to figure out how focus is supposed to work (building for AndroidTV).
In this simple case I have 2 rows and I want to set it up so each row "remembers" which of its items was selected when the focus comes back to that row.
The current behavior is that when either A or B is focused and you press Down and then Up, A will always be selected.