1.imageButton 图片按钮 2.imageview 3.VideoView ...
分类:
移动开发 时间:
2018-04-13 22:36:48
阅读次数:
225
1.TimePicker 2.DatePicker 3.CalendarView 4.Chronometer 计时器 5.TextClock 简易的表 ...
分类:
移动开发 时间:
2018-04-13 22:35:52
阅读次数:
192
1.TextView 类似,C#里的lable,显示一段文本 2.Button 3.ToggleButton 点击按钮 OFF ON切换 4.CheckBox 复选框 5.RadioButton 单选框 6.CheckedTextView 7.Spinner 下拉框 8.ProgressBar 弧形 ...
分类:
移动开发 时间:
2018-04-13 22:35:01
阅读次数:
410
1.RadioGroup 一组单选框容器 2.ListView 3.GridView 4.ExpandableListView 可折叠列表 5.ScrollView 上下滚动条 6.HorizontalScrollView 左右滚动条 7.TabHost 分页 8.webView 内置网页 9.Se ...
分类:
移动开发 时间:
2018-04-13 22:31:38
阅读次数:
297
1.Plain Text 输入文本框 2.Password (1)密码框 (3)只能输入数字的密码框 3.E-mail 4.Phone 5.Postal Address 6.Multiline Text 7.Time 8.Date 9.Number 10.AutoComplete TextView ...
分类:
移动开发 时间:
2018-04-09 00:17:50
阅读次数:
196
<!--header+navigator--> <!--文章详情--> 标签: android 控件 自定义 2017年05月27日 17:52:13 611人阅读 评论(0) 收藏 举报 分类: 自定义View(2) 作者同类文章 X 版权声明:本文为博主原创文章,未经博主允许不得转载。 http ...
分类:
移动开发 时间:
2018-03-12 18:45:28
阅读次数:
257
RadioButton和RadioGroup的关系: 1、RadioButton表示单个圆形单选框,而RadioGroup是可以容纳多个RadioButton的容器 2、每个RadioGroup中的RadioButton同时只能有一个被选中 3、不同的RadioGroup中的RadioButton互 ...
分类:
移动开发 时间:
2018-01-08 14:48:05
阅读次数:
203
wrap_content:包裹实际文本内容match_parent:当前空间铺满fill_parent:同上,过时 2.3之前的一个属性值五大布局:LinearLayout 线性布局 FrameLayout 帧布局 AbsoluteLayoutLinearLayout 线性布局当 android:o ...
分类:
移动开发 时间:
2017-11-01 15:05:40
阅读次数:
249
相对布局常用属性: 子类控件相对子类控件:值是另外一个控件的id android:layout_above 位于给定DI控件之上android:layout_below 位于给定DI控件之下 android:layout_toLeftOf 位于给定控件左边android:layout_toRight ...
分类:
移动开发 时间:
2017-10-10 16:49:01
阅读次数:
235
在Android 3.0中新增的日历视图控件可以显示网格状的日历内容,android.widget.CalendarView是从android.widget.FrameLayout中继承。 CalendarView 类提供了基本的日历设置方法, long getDate() 获取从1970年,1月1 ...
分类:
移动开发 时间:
2017-09-11 18:25:11
阅读次数:
238