Example usage for Java android.text.style DynamicDrawableSpan fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALIGN_BOTTOM A constant indicating that the bottom of this span should be aligned with the bottom of the surrounding text, i.e., at the same level as the lowest descender in the text. |
int | ALIGN_BASELINE A constant indicating that the bottom of this span should be aligned with the baseline of the surrounding text. |
DynamicDrawableSpan(int verticalAlignment) Creates a DynamicDrawableSpan based on a vertical alignment.\ |