View,ViewGroup,ViewStub
TextView
AutoCompleteTextView,MultiAutoCompleteTextView
EditView
Button
CheckBox
RadioButton,RadioGroup
ToggleButton
Spinner,prompt
ProgressBar,style=?android:attr/progressBarStyleHorizontal,secondaryProgress属性,progress属性
SeekBar,thumb属性
ImageView
ImageButton, background设置为@null
ImageSwitcher,实现ViewFactory
Gallery
WebView,WebSettings:addJavascriptInterface//该方法是添加js回调java中的方法,采用的是线程异步的方式,所以如果修改UI,需要在方法中发消息
ListView
GridView
ScrollView,HorizontalScrollView
SurfaceView
VideoView
ExpandableListView
AnalogClock,DigitalClock,TextClock
GestureOverlayView
TextureView
NumberPick
ZoomButton
ZoomControls
DialerFilter
TwoLineListItem,ListView中每个item的视图,通常都是两行,其实就是RelativeLayout的子视图
Chronometer计时器
TimePicker,DatePicker
CalendarView
MediaController
SearchView
SlidingDrawer
TabHost
TabWidget
CheckedTextView
RatingBar
QuickContactBadge
PopupWindow
ViewFlipper