BeksOmega / looping-layout

A looping LayoutManager for the Android RecyclerView.
Apache License 2.0
271 stars 16 forks source link

fix: Padded recyclers not looping correctly. #26

Closed BeksOmega closed 4 years ago

BeksOmega commented 4 years ago

:clap: Resolves

Closes #25

:star2: Description

:bug: Testing

Updated all tests to run with a padded recycler view.

All unit tests pass with padded and unpadded recyclers.

:thought_balloon: Other info

N/A