|
@@ -0,0 +1,634 @@
|
|
|
|
+<?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">
|
|
|
|
+
|
|
|
|
+ <include layout="@layout/view_title"/>
|
|
|
|
+
|
|
|
|
+ <ScrollView
|
|
|
|
+ android:id="@id/sv_main"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <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/edit_username"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_birthday"
|
|
|
|
+ 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: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" />
|
|
|
|
+
|
|
|
|
+ <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: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/edit_nation"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_native_place"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ <RelativeLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ 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" />
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_ProvinceId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择省"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_residenceCityId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/company_20dp"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择市"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_residenceRegionId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/company_20dp"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择区"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edit_residenceAddress"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginLeft="100dp"
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:focusable="false"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <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/edit_residenceType"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_height"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_weight"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_bloodType"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_physicalExamination"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_idcode"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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" />
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/student_info_leftpadding">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_livingProvinceId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择省"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_livingCityId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/company_20dp"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择市"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/tv_livingRegionId"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="@dimen/company_20dp"
|
|
|
|
+ android:drawableRight="@drawable/student_location_select"
|
|
|
|
+ android:text="选择区"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edit_livingAddress"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_marginLeft="100dp"
|
|
|
|
+ android:background="@null"
|
|
|
|
+ android:focusable="false"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ <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"
|
|
|
|
+ android:id="@+id/textView" />
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edit_contactAddress"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_zipCode"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_preSchoolEducation"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ 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/edit_hobby"
|
|
|
|
+ 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:focusable="false"
|
|
|
|
+ android:textColor="@color/color_999"
|
|
|
|
+ android:textSize="@dimen/company_16sp" />
|
|
|
|
+
|
|
|
|
+ </RelativeLayout>
|
|
|
|
+
|
|
|
|
+ <include layout="@layout/view_default_line" />
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/ll_member_family"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <com.ynstkz.shitu.android.view.ScrollViewWithGridView
|
|
|
|
+ android:id="@+id/gv_images"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:verticalSpacing="@dimen/company_10dp"
|
|
|
|
+ android:numColumns="2"/>
|
|
|
|
+
|
|
|
|
+ <Button
|
|
|
|
+ android:id="@+id/btn_save"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/company_50dp"
|
|
|
|
+ android:layout_marginTop="@dimen/company_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/default_content_margin"
|
|
|
|
+ android:layout_marginRight="@dimen/default_content_margin"
|
|
|
|
+ android:background="@drawable/shape_default_btn_bg"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/company_16sp"
|
|
|
|
+ android:text="保存"
|
|
|
|
+ android:visibility="gone"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ </ScrollView>
|
|
|
|
+
|
|
|
|
+</LinearLayout>
|