"layoutBottomMargin"

This attribute allows to define the bottom margin for the layout.

Synopsis

this.layoutBottomMargin(int margin);

Parameter

Parameter Description
margin Margin in pixel

Description

This attribute allows to define the bottom margin for the layout.

Example

main()
{
  LAYOUT_GROUP1.layoutBottomMargin(100);
}

Assignment

Layout group