Android Layouts | Techbirds
Linear Layout A Linear Layout arranges all its children in one direction either vertical or horizontal. this direction is set by using setOrientation() methd in Actiivty or android:orientation in .xml file. See the example. To see the the Attributes and method of Linear Layout visit the page Example: Vertical Linear Layout main.xml Example: Horizontal Linear