Closed smin9 closed 10 months ago
Hi @smin9. To achieve this, you have 2 alternatives:
NONE
: https://rubensousa.github.io/DpadRecyclerView/alignment/#aligning-to-an-edgeApproach 2 is more complex and requires manual work, but it's definitely possible. Anyway, I would really avoid deviating too much from the default behaviours for UX consistency.
@smin9 closing this since this is already supported
Hello, I encountered a problem, I set
recyclerView.setParentAlignment( ParentAlignment(fraction = 0.5f) ) recyclerView.setChildAlignment( ChildAlignment(fraction = 0.5f) )
to center the focus, but I want that when the remote control is pressed, when the next item in the list gets focus, it does not get focus on the first item, but gets focus right below it. What should I do?