LayoutDirection


public final class LayoutDirection
extends Object

java.lang.Object
   ↳ android.util.LayoutDirection


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.

Summary