|
@@ -0,0 +1,193 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_family_lab"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingLeft="@dimen/default_content_margin"
|
|
|
+ android:paddingTop="@dimen/default_content_margin"
|
|
|
+ android:text="家庭成员一"
|
|
|
+ android:textSize="@dimen/company_16sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="与学生关系"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sex"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
+ android:hint="父亲"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="家长姓名"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_parentName"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:hint="请输入"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="工作单位"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:hint="请输入"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="职务"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:hint="请输入"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="联系电话"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:hint="请输入"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+
|
|
|
+ android:padding="@dimen/default_content_margin">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:text="备注"
|
|
|
+ android:textColor="@color/color_666"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding"
|
|
|
+ android:background="@null"
|
|
|
+ android:hint="请输入"
|
|
|
+ android:textColor="@color/color_999"
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
+
|
|
|
+</LinearLayout>
|