abstract class FixedDrawableManager : DrawableManagerDefines a DrawableManager which doesn't depend on the item's position.
FixedDrawableManager()
Defines a DrawableManager which doesn't depend on the item's position. |
fun itemDrawable(groupCount: Int, groupIndex: Int): Drawable
Defines a custom Drawable for each group of divider. abstract fun |
class
Default implementation of DrawableManager that will draw the same Drawable for each item. |