class DefaultDrawableManager : FixedDrawableManager
Default implementation of DrawableManager that will draw the same Drawable for each item. |
|
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. |
|
abstract class FixedDrawableManager : DrawableManager
Defines a DrawableManager which doesn't depend on the item's position. |