Android Tutorial : Linear Layout Example

In this tutorial , we are learning about linear layout.
Linear Layout is a common and main layout that arranges all components in vertical and horizontal manner. We can set height and width of the layout using layout_width and layout_height property.
Let's see that how this example will work...