This is an excerpt from Learn by Doing - Android for Beginners on Udemy.
https://www.udemy.com/learn-by-doing-...
This video will teach you how to use the LinearLayout and its properties.
Things to Remember
-------------------------------
1. LinearLayout arranges it's child views either in a single row or a single column depending upon it's orientation.
2. The orientation property can either be horizontal (single row) or vertical (single column).
3. Use the gravity property to specify the alignment of the child views within the LinearLayout. You can use a combination of different gravity values.
4. The child view's weight property decides how the free space is distributed among the children. It is a floating point value and can take up any value.
5. Empty space is distributed vertically among the children when a weight property is specified in vertical orientation and horizontally in the horizontal orientation.
On this page of the site you can watch the video online Android Tutorial 32 - Putting Things "Linear"ly in a "Layout" with a duration of hours minute second in good quality, which was uploaded by the user Code Here Now 24 March 2014, share the link with friends and acquaintances, this video has already been watched 718 times on youtube and it was liked by 1 viewers. Enjoy your viewing!