Dividers icon indicating copy to clipboard operation
Dividers copied to clipboard

Dividers is a simple Android library to create easy separators for your RecyclerViews

Results 5 Dividers issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Add a method to flush the cache of dividers in order to react to data changes.

enhancement

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...

enhancement

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...

enhancement