public final class LayoutDirection extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INHERIT
Horizontal layout direction is inherited.
|
static int |
LOCALE
Horizontal layout direction is deduced from the default language script for the locale.
|
static int |
LTR
Horizontal layout direction is from Left to Right.
|
static int |
RTL
Horizontal layout direction is from Right to Left.
|
static int |
UNDEFINED
An undefined layout direction.
|
public static final int UNDEFINED
public static final int LTR
public static final int RTL
public static final int INHERIT
public static final int LOCALE