0% found this document useful (0 votes)
27 views

Relative Layout 3. Table Layout 4. Grid View 5. Tab Layout 6. List View

This document discusses different layout types in Android including linear layout, relative layout, table layout, grid view, tab layout, and list view. Linear layout can be configured vertically or horizontally to organize child views. The other layouts each provide their own approach to arranging views in a user interface.

Uploaded by

johnzipper
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Relative Layout 3. Table Layout 4. Grid View 5. Tab Layout 6. List View

This document discusses different layout types in Android including linear layout, relative layout, table layout, grid view, tab layout, and list view. Linear layout can be configured vertically or horizontally to organize child views. The other layouts each provide their own approach to arranging views in a user interface.

Uploaded by

johnzipper
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

LAYOUTS 1. Linear Layout 2. Relative Layout 3. Table Layout 4. Grid View 5. Tab Layout 6. List View 1.

Linear Layout <LinearLayout android:orientation="vertical"> .... </LinearLayout> <LinearLayout android:orientation="horizontal"> .... </LinearLayout>

You might also like