recycler-view-divider / com.fondesa.recyclerviewdivider.manager.drawable

Package com.fondesa.recyclerviewdivider.manager.drawable

Types

DefaultDrawableManager

class DefaultDrawableManager : FixedDrawableManager

Default implementation of DrawableManager that will draw the same Drawable for each item.

DrawableManager

interface DrawableManager

Used to specify a custom logic to use different drawables as divider. You can add a custom DrawableManager in your RecyclerViewDivider.Builder using the RecyclerViewDivider.Builder.drawableManager method.

FixedDrawableManager

abstract class FixedDrawableManager : DrawableManager

Defines a DrawableManager which doesn't depend on the item's position.