Difference between revisions of "Android: LinearLayout"
Jump to navigation
Jump to search
(Created page with "Five main areas of control == Orientation == == Fill Model == == Weight == == Gravity == == Padding == Category:Android_Programming_Concept") |
|||
| Line 2: | Line 2: | ||
== Orientation == | == Orientation == | ||
| + | * Whether or not the LinearLayout represents a row or a column. | ||
| + | * Property | ||
| + | <pre> | ||
| + | android:orientation | ||
| + | </pre> | ||
== Fill Model == | == Fill Model == | ||
Revision as of 19:10, 21 March 2011
Five main areas of control
Contents
Orientation
- Whether or not the LinearLayout represents a row or a column.
- Property
android:orientation