Added in API level 1
Summary:
Nested Classes
| Constants
| Fields
| Protected Ctors
| Methods
| Protected Methods
| Inherited Methods
Layout
public
abstract
class
Layout
extends Object
| java.lang.Object | |
| ↳ | android.text.Layout |
A base class that manages text layout in visual elements on the screen.
For text that will be edited, use a DynamicLayout,
which will be updated as the text changes.
For text that will not change, use a StaticLayout.
Summary
Nested classes | |
|---|---|
class |
Layout.Builder
A builder class for Layout object. |
class |
Layout.Directions
Stores information about bidirectional (left-to-right or right-t |