Java android.text.style DynamicDrawableSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style DynamicDrawableSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style DynamicDrawableSpan.

The text is from its open source code.

Field

intALIGN_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.
intALIGN_BASELINE
A constant indicating that the bottom of this span should be aligned with the baseline of the surrounding text.

Constructor

DynamicDrawableSpan(int verticalAlignment)
Creates a DynamicDrawableSpan based on a vertical alignment.\