yqritc/RecyclerView-FlexibleDivider

Show last divider works incorrectly, if the recycler view has more than one column

risayew opened this issue · 4 comments

The last divider is actually shown permanently, if the recycler view initialized with >1 columns (table-like).

I created a pull request for this issue, not sure if that fits exactly into how the architecture of the project was designed. I assume this approach might get a bit bloated when support for other layout manager is needed.

@tobibo
Thanks for PR.
It is really nice one, but please let me think a bit since supporting GridLayoutManger does not fit the current functionality. I feel I should create new ItemDecoration class for GridLayoutManager.

👍 for a support of GridLayoutManager, it's the only thing missing in your already great library ;)

Yeah I do agree. Let me see if I can come up with the separate ItemDecoration class implementation, shouldn't be too hard either.