BeksOmega / looping-layout

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

Item layouting calculates the non-scrolling edges incorrectly #33

Closed BeksOmega closed 4 years ago

BeksOmega commented 4 years ago

:bug: Describe

The layout manager should layout the non-layout edges based on the size of the item, not the size of the recycler.

For instance these items are supposed to be 100dp tall: device-2020-02-15-133907 Yet they are not.

:snail: Steps to reproduce

  1. Load Activity Horizontal.
  2. Observe how the items are taller than they should be.

:butterfly: Expected behavior

Items should be laid out based on their hight.

:beetle: Other info

N/A

:bee: Requested assignment

I've already got a fix, this is just documenting the issue.