Android’s Layout Documentation
A
layout
contains the
views
and determines their relative positions.
Android documentation about layouts
- Hello, Views
demonstrates six layouts:
linear, relative, table, grid, tab, list.
- Declaring
Layout
in a
.xml
file
- Common
Layout Objects:
frame, linear, table, and relative
- Layout
Resource
in a
.xml
file
- Baseline
- GridLayout
- HorizontalScrollView
HorizontalScrollView1.java
horizontal_scroll_view1.xml
- LinearLayout
- RelativeLayout
- ScrollView
- TableLayout