- 5
- 0
- 约7.19千字
- 约 13页
- 2017-02-02 发布于江苏
- 举报
南昌大学实验报告
学生姓名: 夏先国 学 号: 8001511072 专业班级:软件技术112班
实验类型:□ 验证□综合设计□创新实验日期:2013-05-04实验成绩:
一、实验项目名称
android中基本控件的使用(上)
二、实验目的
掌握android中基本控件的使用
三、实验要求
1.文本显示组件TextView的使用
2.按钮组件 Button的使用
3.编辑框EditText的使用
4.单选按钮RadioGroup
5.复选框CheckBox
6.下拉列表
7.图片视图ImageView
四、主要仪器设备及耗材
PC 机一台,JDK,eclispce,sdk
五、实验步骤及处理结果
1.文本显示组件TextView的使用
建立多个文本显示框
?xml version=1.0 encoding=utf-8?
LinearLayout
xmlns:android=/apk/res/android
android:orientation=vertical
android:layout_width=fill_parent
android:layout_height=fill_parent
TextView
android:id=@+id/mytext1
android:layout_width=fill_parent
android:layout_height=wrap_content
android:textColor=#FFFF00
android:textSize=12px
android:text=北京魔乐科技软件学院(MLDN) /
TextView
android:id=@+id/mytext2
android:layout_width=fill_parent
android:layout_height=wrap_content
android:layout_margin=30px
android:text=网址: /
TextView
android:id=@+id/mytext3
android:layout_width=fill_parent
android:layout_height=wrap_content
android:layout_marginTop=10px
android:text=李兴华老师
android:maxLength=3/
TextView
android:id=@+id/mytext4
android:layout_width=wrap_content
android:layout_height=wrap_content
android:background=@drawable/logo
android:textColor=#000000
android:textStyle=bold
android:text=这是在背景上的文字信息 /
/LinearLayout
程序运行结果:
链接样式和样式表
main.xml文件
?xml version=1.0 encoding=utf-8?
LinearLayout
xmlns:android=/apk/res/android
android:orientation=vertical
android:layout_width=fill_parent
android:layout_height=fill_parent
TextView
android:id=@+id/msg
android:layout_width=fill_parent
android:layout_height=wrap_content
android:autoLink=all
android:textColor=#FFFF00
android:textSize=45px
android:text=网址: /
/LinearLayout
程序运行结果:
2.按钮组件 Button的使用
main.xml代码如下
?xml version=1.0 encoding=utf-8?
LinearLayout
xmlns:android=/apk/res/android
android:orientation=vertical
android:layout_width=fill_parent
android:layout_height=fill_parent
Button
android:id=@+id/mybut1
andr
您可能关注的文档
最近下载
- 《合肥市新场景规模化应用示范行动方案(2025—2027年)》.pdf
- 标准化审查报告.doc VIP
- (新版)初级民航安全检查员资格考试题库大全-上(单选题汇总) .pdf VIP
- 2023初中毕业上卫校要多少分分数很高吗 .pdf VIP
- (新版)初级民航安全检查员资格考试题库大全-下(多选、判断题汇总).docx VIP
- H3C认证GB0-510 H3CNE-Security网络安全工程师考试题库及答案.docx VIP
- 索尼SW7600GR中文说明书.pdf
- 华三认证考试H3CNE安全 GB0-510 安全工程师考试题库(含答案).docx VIP
- 钢结构厂房水电安装施工组织方案.docx VIP
- 第1课+おじぎ+课文注音讲义 高中日语人教版第一册.docx VIP
原创力文档

文档评论(0)