Dividers
Dividers copied to clipboard
Dividers is a simple Android library to create easy separators for your RecyclerViews
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
Creating the most simple divider implies creating tons of intermediary classes. We should make the gap for starters as small as possible and let the user decide when to learn...
Add a method to flush the cache of dividers in order to react to data changes.
Add a few composable selectors like: - **AndSelector** that performs the drawing only if two or more provided selectors affects that cell. It will draw the intersection of all the...
Instead of the plain simple top-to-down & left-to-right approach we can make the drawing strategy configurable and add modes as every cell drawing half of its dividers or start drawing...