下载此文档

android实验界面设计:布局管理器.doc


文档分类:IT计算机 | 页数:约12页 举报非法文档有奖
1/12
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/12 下载此文档
文档列表 文档介绍
android实验界面设计:布局管理器————————————————————————————————作者:————————————————————————————————日期: 西安邮电大学(计算机学院)课内实验报告实验名称:界面设计:布局管理器专业:网络工程班级:姓名:学号:指导教师:日期: JDK的版本:"" IDE: 模拟器: 设计的样式, ,(savedInstanceState)之前,添加如下两句语句requestWindowFeature();//隐藏标题栏 ().setFlags(,);//隐藏运营商图标、电量等 ,完成一个Android应用UI的开发(1)添加代码<LinearLayoutxmlns:android="http://schemas./apk/res/android"android:layout_width="match_parent"android:layout_height="wrap_content"android:orientation="vertical"><ImageViewandroid:id="@+id/imageView1"android:layout_width="350dp"android:layout_height="100dp"android:src="***@drawable/ic_launcher4"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="76dp"android:layout_marginTop="14dp"android:orientation="horizontal"><ImageViewandroid:layout_width="100dp"android:layout_height="100dp"android:src="***@drawable/ic_launcher1"/><TableLayoutandroid:layout_width="match_parent"android:layout_height="wrap_content"android:gravity="center_vertical"><TableRowandroid:layout_width="wrap_content"android:layout_height="wrap_content"><TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="账号:"/><EditTextandroid:id="@+id/userName"android:layout_width="120dp"android:layout_height="wrap_content"/></TableRow><TableRowandroid:layout_width="wrap_content"android:layout_height="wrap_content"><TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="密码:"/><EditTextandroid:id="@+id/userPass"android:layout_width="wrap_content"android:layout_height="wrap_content"android:inputType="textPassword"><requestFocus/></EditText></TableRow></TableLayout></Lin

android实验界面设计:布局管理器 来自淘豆网www.taodocs.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数12
  • 收藏数0 收藏
  • 顶次数0
  • 上传人ipod0b
  • 文件大小298 KB
  • 时间2019-09-19