DefaultDrawableManager(color: Int)
Constructor that will use a ColorDrawable that wraps color.
color - the color that will be wrapped in a ColorDrawable.
DefaultDrawableManager()
Constructor that will use a ColorDrawable that wraps the color #CFCFCF.
DefaultDrawableManager(drawable: Drawable)
Default implementation of DrawableManager that will draw the same Drawable for each item.
drawable - the Drawable that will be drawn for each item.