| AbsListView |
Common code shared between ListView and GridView. |
| AbsoluteLayout |
A layout that lets you specify exact locations (x/y coordinates) of its
children. |
| AdapterView |
An AdapterView is a view whose children are determined by an Adapter. |
| DatePicker |
A view for selecting a month / year / day based on a calendar like layout. |
| DialerFilter |
Also see ViewGroup.LayoutParams for layout attributes. |
| ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
| FrameLayout |
FrameLayout is designed to block out an area on the screen to display
a single item. |
| Gallery |
A view that shows items in a center-locked, horizontally scrolling list. |
| GridView |
A view that shows items in two-dimensional scrolling grid. |
| ImageSwitcher |
Also see ViewGroup.LayoutParams for layout attributes. |
| LinearLayout |
A Layout that arranges its children in a single column or a single row. |
| ListMenuItemView |
The item view for each item in the ListView-based MenuViews. |
| ListView |
A view that shows items in a vertically scrolling list. |
| RadioGroup |
This class is used to create a multiple-exclusion scope for a set of radio
buttons. |
| RelativeLayout |
A Layout where the positions of the children can be described in relation to each other
or to the parent. |
| ScaleLayout |
Also see ViewGroup.LayoutParams for layout attributes. |
| ScrollView |
Also see ViewGroup.LayoutParams for layout attributes. |
| Spinner |
A view that displays one child at a time and lets the user pick among them. |
| TabHost |
Container for a tabbed window view. |
| TabWidget |
Displays a list of tab labels representing each page in the parent's tab
collection. |
| TableLayout |
A layout that arranges its children into rows and columns. |
| TableRow |
A layout that arranges its children horizontally. |
| TextSwitcher |
A TextSwitcher is a specialized ViewSwitcher that contains
only children of type TextView. |
| Ticker |
A Ticker is a view that scrolls its child horizontally within its bounds. |
| TimePicker |
A view for selecting the time of day, in either 24 hour or AM/PM mode. |
| TwoLineListItem |
A view group with two children, intended for use in ListViews. |
| ViewAnimator |
Also see ViewGroup.LayoutParams for layout attributes. |
| ViewFlipper |
Shows only one child at a time. |
| ViewGroup |
A ViewGroup is a special view that can contain other views
(called children). |
| ViewSwitcher |
Shows only one child at a time. |
| WebView |
The Android SDK provides a custom scheme to load assets from the
application's .apk file in WebView. |
| WindowManager |
The interface that apps use to talk to the window manager. |