<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    tools:context=".MainActivity" 
    android:stretchColumns="0,3"
    android:gravity="center_vertical"<TableRow android:id="@+id/tablerow1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
<TextView
    android:layout_width="wrap_content"
    android:layout_height="match_parent" />    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="用户名 :  " />
  
    <EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
       android:minWidth="200dp"/>    </TableRow>
</TableLayout>Android布局textviewjava