Р Р

全文预览

GUI创建套件Widget的使用-实验报告

上传者:学习一点 |  格式:doc  |  页数:30 |  大小:1118KB

文档介绍
"@+id/table3"Р android:layout_width="fill_parent"Р android:layout_height="wrap_content"Р android:stretchColumns="0" >Р <TableRowР android:id="@+id/tablerow3"Р android:layout_width="fill_parent"Р android:layout_height="wrap_content" >Р <EditText Р android:layout_width="fill_parent"Р android:layout_height="wrap_content"Р android:text="查询"Р />Р </TableRow>Р </TableLayout>Р</LinearLayout>Р相对布局:Р<?xml version="1.0" encoding="utf-8"?>Р<RelativeLayout xmlns:android="http://schemas./apk/res/android"Р android:layout_width="match_parent"Р android:layout_height="match_parent" >Р <!-- -控件的大小会相对于相对的控件大小而改变-->Р <ButtonР android:id="@+id/center"Р android:layout_width="120dp"Р android:layout_height="wrap_content"Р android:layout_centerInParent="true"Р android:text="中间" />Р <ButtonР android:id="@+id/above"

收藏

分享

举报
下载此文档