Linear Layout Tutorial With Examples In Android

 

Linear Layout Tutorial With Examples In Android

  A linear layout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android: orientation.

Example:

Two types of linear layout orientation:

  1. Vertical
  2. Horizontal

 

Post a Comment

0 Comments