BeksOmega / looping-layout

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

Horizontal Margin in list item recycler view is not working #84

Open k900s10 opened 10 months ago

k900s10 commented 10 months ago

:bug: Describe

The recyclerView horizontal margin is not working. They stick to each other instead of having space between them. But when I use normal LinearLayoutManager it's working fine.

:butterfly: Expected behavior

A space between the items.

:beetle: Other info

Application XML fragment.kt

:bee: Requested assignment

I'm just reporting this problem. I don't want to fix it.