I'm working on an AndroidTV app, using the Leanback library.
I've got a few HorizontalGridView
(which is an extension of RecyclerView) working correctly, however, scrolling through them by pressing and holding right|left button makes it scroll incredibly fast, too fast!
How can I slow down the speed at which it scrolls by leaving the button pressed?