ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
878 stars 159 forks source link

Update DividerDecoration.java #14

Closed klanjabrik closed 9 years ago

klanjabrik commented 9 years ago

Add setColorDivider method

ebarrenechea commented 9 years ago

Thanks for the PR, I really appreciate it! Since you are already setting the divider colour, could you also add a few extra parameters? Things like thickness of the divider and start/end padding come to mind. Just those 3 would allow much more flexibility.

klanjabrik commented 9 years ago

I think developer can set start/end padding at their item layout (inflate) ?

ebarrenechea commented 9 years ago

I've made a few changes to your approach and switched to a builder-based customization. This work is now captured under pull request #18.