Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limit scrolling speed on ListRow

I was looking at Netflix app and their scrolling behaviour.I would like to do the same but don't know where to start. I know how to override LayoutManager for RecyclerView(though I don't to save that as last resort). Is there easier way to control scrolling speed using RowPresenter ?

like image 303
harisk92 Avatar asked Jan 20 '26 03:01

harisk92


1 Answers

Leanback supports setting scrolling speed for BaseGridView from version 1.1.0-alpha03. You can set scrolling speed by using a method named setSmoothScrollSpeedFactor in all sub-classes of BaseGridView.

like image 189
mahdi Avatar answered Jan 22 '26 01:01

mahdi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!