Class PropertyInspectorDividerDecoration

    • Constructor Detail

      • PropertyInspectorDividerDecoration

        PropertyInspectorDividerDecoration(Context context)
        Creates divider decoration with divider defined by theme attribute ?listDivider.
        Parameters:
        context - The context to obtain theme attributes from.
      • PropertyInspectorDividerDecoration

        PropertyInspectorDividerDecoration(Context context, AttributeSet attrs)
        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.
      • PropertyInspectorDividerDecoration

        PropertyInspectorDividerDecoration(Drawable dividerDrawable)
        Creates divider decoration with divider defined by drawable.