devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.24k stars 269 forks source link

Bug fix when scrolling to the last row, it used to jump to the bottom ri... #7

Closed joshallenit closed 9 years ago

joshallenit commented 9 years ago

Bug fix when scrolling to the last row, it used to jump to the bottom right. Also if you had views exactly equal to an even fraction of the view then it wouldn’t scroll.

devunwired commented 9 years ago

Thanks for your contribution!