Classes
AbsoluteLayout
AbsoluteLayout
A layout that lets you specify exact locations (left/top coordinates) of its children.
Summary 
Constructors
Constructors 
constructor 
new AbsoluteLayout(): AbsoluteLayout
 Returns AbsoluteLayout
Methods 
getLeft 
Static
getLeft(view: View): LengthType
getTop 
Static
getTop(view: View): LengthType
setLeft 
Static
setLeft(view: View, value: LengthType): void
Sets the value of the Left property from a given View.
 Returns void
setTop 
Static
setTop(view: View, value: LengthType): void
Sets the value of the Top property from a given View.
 Returns void
- Previous
- SwipeDirection
- Next
- ActionBar