FileDocCategorySizeDatePackage
LayoutDirection.javaAPI DocAndroid 5.1 API1449Thu Mar 12 22:22:10 GMT 2015android.util

LayoutDirection

public final class LayoutDirection extends Object
A class for defining layout directions. A layout direction can be left-to-right (LTR) or right-to-left (RTL). It can also be inherited (from a parent) or deduced from the default language script of a locale.

Fields Summary
public static final int
LTR
Horizontal layout direction is from Left to Right.
public static final int
RTL
Horizontal layout direction is from Right to Left.
public static final int
INHERIT
Horizontal layout direction is inherited.
public static final int
LOCALE
Horizontal layout direction is deduced from the default language script for the locale.
Constructors Summary
private LayoutDirection()

Methods Summary