I am developing app for Android TV and I have a vertical RecyclerView, when I scroll the RecyclerView using the DPAD control the RecyclerView scroll down when I get to the last viewable item and then it scroll.
Is there away that the focused item will always stay in the center of the recyclerview while I scroll using the DPAD and only when I get to the last item of the recyclerview the focus will go until the last item.
It seems simple enough to have a build in option inside the RecyclerView but I can't find an answer!!!
Thanks!