"@+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"