PropertyInspectorDividerDecoration

constructor(@NonNull context: Context)

Creates divider decoration with divider defined by theme attribute ?listDivider.

Parameters

context

The context to obtain theme attributes from.


constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)

Creates divider decoration with divider defined by theme attribute ?listDivider.

Parameters

context

The context to obtain theme attributes from.

attrs

The base set of attribute values. May be null.


constructor(@NonNull dividerDrawable: Drawable)

Creates divider decoration with divider defined by drawable.