LayoutElementBuilders.Span
@RequiresSchemaVersion(major = 1, minor = 0)
interface LayoutElementBuilders.Span
LayoutElementBuilders.SpanImage |
An image which can be added to a |
LayoutElementBuilders.SpanText |
A portion of text which can be added to a |
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.