跳至主要內容

Android控件

LincZero小于 1 分钟有道云

Android控件

Widget 控件(交互)

Button,,SmallButton,ImageButton,BarButton,ImageButton(AlphaStyle),ToggleButton
Switch,CheckBox,RadioButton,SeekBar

View 静态组件

Text,Smail Text,Medium Text,Large Text
View (Horizontal) (Vertical),
ImageView,ProgressBar (Medium) (Large) (Horizontal),

Text Field 文本框(交互)

EditText (multiline) (password) (number password) (email) (name) (phone) (address) (time) (date) (number) (signed number) (decimal)

Advanced Widget 高级控件(交互)

DatePicker 日期选择器,TimePicker 时间选择器,NumberPicker 数字选择器
RatingBar 评分控件

Adapter View 适配器组件

List View 列表,Expandable List View 可扩展列表,Spinner 下拉列表

Layout 布局

RelativeLayout 相对布局
LinearLayout (horizontal) (vertical) 线性布局

Scroll View 滚动视图

ScrollView 滚动视图(竖),HorizontalScrollView 滚动视图(横)

Advanced Layout 高级布局

Button Bar 按钮栏
GridLayout 网格布局
FrameLayout 框架布局
RadioGroup 单选组框
TableLayout 表格布局
TableRow 表格行
AbsoluteLayout 绝对布局

App Layout 软件布局

Drawer Layout 抽屉布局
View Pager ???