<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".MainActivity"> <ImageView android:id="@+id/iv" android:layout_width="90dp" android:layout_height="99dp" android:layout_margin="15dp" /> <TextView android:id="@+id/textView" android:layout_width="match_parent" android:layout_height="90dp" android:background=" #90EE90" android:enabled="true" android:gravity="center" android:text="注册系统" android:textColor="#00688B" android:textSize="30sp" /> <TableLayout android:layout_width="match_parent" android:layout_height="200dp" android:gravity="center"> <TableRow android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center"> <TextView android:id="@+id/name" android:layout_width="wrap_content" android:layout_height="30dp" android:enabled="true" android:text="用户名/学号:" android:textSize="20sp" android:textStyle="bold" /> <EditText android:id="@+id/etname" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ems="10" android:inputType="textPersonName" /> </TableRow> <TableRow android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center"> <TextView android:id="@+id/password" android:layout_width="wrap_content"