欢迎来到天天文库
浏览记录
ID:6136036
大小:253.50 KB
页数:6页
时间:2018-01-04
《实验2 ui界面开发--布局管理器的使用》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、实验2、View及布局管理器的使用一、实验目的1、了解View类、ViewGroup的作用2、掌握常用布局管理器的使用3、掌握XML界面控制的设计方法4、从本周起,以后每次小课的实验内容,要求上传FTP。二、实验步骤1、线性布局的例子,补充代码,使程序运行效果如下所示图1线性布局LinearlayoutDemo.java代码不用做任何修改,直接通过main.xml文件控制UI界面。下面是布局文件main.xml中的内容,请补充完整,实现图1中的界面:2、schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:orientation="vertical">//排列方式(horizontal水平排列,vertical垂直排列)3、="2"//设置所占相对宽度android:background="#aa0000"android:gravity="center_vertical"//设置主件对齐方式android:singleLine="true"//若为true,看不到的文字用……表示android:text="广州大学华软软件学院"android:textSize="15pt"/>4、out_height="1"android:background="#0000aa"android:gravity="center_vertical"android:text="软件工程系"android:textSize="15pt"/>1、相对布局管理器的使用,补充代码,使程序运行的效果如下图所示:图2相对布局运行效果RelativeLayoutDemo.java中的源代码如下所示:下面是布局文件main.xml中的内容,请补充完整,实现图2中的界面:5、lns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent">6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
2、schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:orientation="vertical">//排列方式(horizontal水平排列,vertical垂直排列)3、="2"//设置所占相对宽度android:background="#aa0000"android:gravity="center_vertical"//设置主件对齐方式android:singleLine="true"//若为true,看不到的文字用……表示android:text="广州大学华软软件学院"android:textSize="15pt"/>4、out_height="1"android:background="#0000aa"android:gravity="center_vertical"android:text="软件工程系"android:textSize="15pt"/>1、相对布局管理器的使用,补充代码,使程序运行的效果如下图所示:图2相对布局运行效果RelativeLayoutDemo.java中的源代码如下所示:下面是布局文件main.xml中的内容,请补充完整,实现图2中的界面:5、lns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent">6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
3、="2"//设置所占相对宽度android:background="#aa0000"android:gravity="center_vertical"//设置主件对齐方式android:singleLine="true"//若为true,看不到的文字用……表示android:text="广州大学华软软件学院"android:textSize="15pt"/>4、out_height="1"android:background="#0000aa"android:gravity="center_vertical"android:text="软件工程系"android:textSize="15pt"/>1、相对布局管理器的使用,补充代码,使程序运行的效果如下图所示:图2相对布局运行效果RelativeLayoutDemo.java中的源代码如下所示:下面是布局文件main.xml中的内容,请补充完整,实现图2中的界面:5、lns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent">6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
4、out_height="1"android:background="#0000aa"android:gravity="center_vertical"android:text="软件工程系"android:textSize="15pt"/>1、相对布局管理器的使用,补充代码,使程序运行的效果如下图所示:图2相对布局运行效果RelativeLayoutDemo.java中的源代码如下所示:下面是布局文件main.xml中的内容,请补充完整,实现图2中的界面:5、lns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent">6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
5、lns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent">6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
6、e="12pt"android:textStyle="bold"android:textColor="#AA0000"android:layout_marginBottom="15dip"/>
此文档下载收益归作者所有