LayoutElementBuilders.Span


@RequiresSchemaVersion(major = 1, minor = 0)
public interface LayoutElementBuilders.Span

Known direct subclasses
LayoutElementBuilders.SpanImage

An image which can be added to a Span.

LayoutElementBuilders.SpanText

A portion of text which can be added to a Span.


Interface defining a single Span. Each Span forms part of a larger widget. At the moment, the only widgets which can be added to Spannable containers are SpanText and SpanImage elements.