Skip to content
Joshua Rogers edited this page Jan 22, 2014 · 5 revisions
  • Linear Layout - Organizes child views vertically or horizontally
  • Relative Layout - Organizes each child view relative to either it's parent or previously defined view
  • Frame Layout - Basic Layout only used to display one child view
  • Table Layout - self explanatory
  • Grid Layout - lays out widgets in a grid. Only available with API Level 14 or above or by using the support library

Clone this wiki locally