<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:tools="https://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:id="@+id/btn_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="添加学生"/>
<EditText
android:id="@+id/et_editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>
<GridView
android:id="@+id/gv_gridView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</GridView>
</LinearLayout>
<LinearLayout xmlns:android="https://