BubbleLayout

constructor(@NonNull context: Context)

Creates an instance of bubble layout.

Parameters

context

The context used to inflate this bubble layout


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

Creates an instance of bubble layout.

Parameters

context

The context used to inflate this bubble layout

attrs

The attribute set to initialise this bubble layout from


constructor(@NonNull context: Context, attrs: AttributeSet, defStyleAttr: Int)

Creates an instance of bubble layout.

Parameters

context

The context used to inflate this bubble layout

attrs

The attribute set to initialise this bubble layout from

defStyleAttr

The default style to apply this bubble layout with