Difference between revisions of "Android: LinearLayout"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
== Orientation == | == Orientation == | ||
* Whether or not the LinearLayout represents a row or a column. | * Whether or not the LinearLayout represents a row or a column. | ||
| − | * Property | + | * Property: |
| − | |||
android:orientation | android:orientation | ||
| − | + | * Values: | |
| + | vertical or horizontal | ||
== Fill Model == | == Fill Model == | ||
Latest revision as of 19:12, 21 March 2011
Five main areas of control
Contents
Orientation
- Whether or not the LinearLayout represents a row or a column.
- Property:
android:orientation
- Values:
vertical or horizontal