| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#F4F8FB"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_height="match_parent"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:background="@color/white" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_height="wrap_content"> |
| | | <ImageView |
| | | android:id="@+id/iv_more" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="15dp" |
| | | android:src="@mipmap/more_black" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" /> |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_avatar" |
| | | android:layout_width="44dp" |
| | | android:layout_height="44dp" |
| | | android:layout_marginTop="8dp" |
| | | android:layout_marginEnd="20dp" |
| | | app:actualImageScaleType="centerCrop" |
| | | app:layout_constraintEnd_toStartOf="@id/iv_more" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:placeholderImage="@color/page_bg" |
| | | app:roundAsCircle="true" /> |
| | | |
| | | app:layout_constraintDimensionRatio="390:490" |
| | | android:background="@mipmap/bg_mine"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="头像" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar" |
| | | android:text="个人资料" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginTop="8dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginTop="8dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:gravity="end" |
| | | android:textColor="@color/textColor99" |
| | | android:hint="请输入" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" /> |
| | | |
| | | <TextView |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:id="@+id/tv_1" |
| | | android:layout_marginTop="44dp"/> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="姓名" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_name" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:src="@mipmap/back" |
| | | android:padding="10dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginStart="4dp" |
| | | app:layout_constraintTop_toTopOf="@id/tv_1" |
| | | app:layout_constraintBottom_toBottomOf="@id/tv_1" |
| | | android:id="@+id/iv_back"/> |
| | | <ScrollView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_name" /> |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_1" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginTop="10dp"> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_height="wrap_content"> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/iv_avatar" |
| | | android:layout_width="99dp" |
| | | android:layout_height="99dp" |
| | | android:layout_marginTop="38dp" |
| | | app:actualImageScaleType="centerCrop" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:placeholderImage="@color/page_bg" |
| | | app:roundAsCircle="true" /> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/avatar" |
| | | app:layout_constraintStart_toStartOf="@id/iv_avatar" |
| | | app:layout_constraintEnd_toEndOf="@id/iv_avatar" |
| | | app:layout_constraintTop_toTopOf="@id/iv_avatar" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_avatar"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor99" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:gravity="end" |
| | | android:hint="请选择" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_name" /> |
| | | <EditText |
| | | android:id="@+id/et_nick" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginTop="30dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:textColor="@color/textColor" |
| | | android:singleLine="true" |
| | | android:hint="点击输入" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_avatar" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="性别" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_sex" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="昵称" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_nick" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_nick" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_birth" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:textColor="@color/textColor99" |
| | | android:gravity="end" |
| | | android:hint="请选择" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | <EditText |
| | | android:id="@+id/et_name" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_nick" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="生日" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_birth" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="姓名" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_name" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_birth" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_name" /> |
| | | <EditText |
| | | android:id="@+id/et_sign" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_name" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_height" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:textColor="@color/textColor99" |
| | | android:gravity="end" |
| | | android:hint="请输入" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_birth" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="签名" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_sign" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="身高" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_height" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_sign" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_height" /> |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:gravity="end" |
| | | app:layout_constraintTop_toBottomOf="@id/et_sign" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_weight" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@color/textColor99" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:gravity="end" |
| | | android:hint="请输入" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_height" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="性别" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_sex" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="体重" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_weight" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_weight" /> |
| | | <TextView |
| | | android:id="@+id/tv_birth" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:textColor="@color/textColor" |
| | | android:gravity="end" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_sex" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_waistline" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:textColor="@color/textColor99" |
| | | android:gravity="end" |
| | | android:hint="请输入" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_weight" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="生日" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_birth" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="腰围" |
| | | android:textColor="@color/textColor" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/tv_waistline" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_birth" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_waistline" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <EditText |
| | | android:id="@+id/et_edu" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_birth" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="学历" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_edu" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_edu" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_profess" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_edu" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="行业" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_profess" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_profess" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_company" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_profess" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="公司" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_company" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_company" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_job" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_company" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="职位" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_job" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_job" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_location" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_job" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="所在地" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_location" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_location" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_homeland" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintTop_toBottomOf="@id/et_location" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="故乡" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_homeland" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_homeland" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_mail" |
| | | style="@style/style_form_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="100dp" |
| | | android:textColor="@color/textColor" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:hint="点击输入" |
| | | android:singleLine="true" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="20dp" |
| | | app:layout_constraintTop_toBottomOf="@id/et_homeland" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="15dp" |
| | | android:text="邮箱" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/et_mail" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginStart="14dp" |
| | | android:layout_marginEnd="14dp" |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/et_mail" /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | </ScrollView> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |