通过将焦点放在中心元素上来滚动VerticalGridView或RecyclerView

时间:2019-07-08 11:56:03

标签: android android-recyclerview focus leanback

通过将焦点放在中心元素上来滚动VerticalGridView。我正在实现一个具有1列数的Verticalgridview,并且我希望将焦点放在位于中心的单个项目上并移动verticalgridview。I want to set focus on center object in vertical grid view and scroll the view by fixing the focus there

1 个答案:

答案 0 :(得分:0)

VerticalGridView包含其自己的布局管理器,它可以完成此操作。焦点将始终位于中心项上,除了前几项或后几项。尽量避免设置布局管理器,例如线性布局管理器,并且应该自动完成。