Skip to content

LayoutOptions

Mark Lee edited this page Mar 26, 2018 · 2 revisions

This attribute determines the layout and expansion of a view.

Valid Values:

  • Center: centered and does not expand.
  • CenterAndExpand: centered and expands.
  • End: appears at the end of its parent and does not expand.
  • EndAndExpand: appears at the end of its parent and expands.
  • Fill: no padding around itself and does not expand.
  • FillAndExpand: no padding around itself and expands.
  • Start: appears at the start of its parent and does not expand.
  • StartAndExpand: appears at the start of its parent and expands.

More Information

Clone this wiki locally