|
@@ -88,7 +88,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
- android:text="昵称"
|
|
|
+ android:text="姓名"
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -176,7 +176,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_phone"
|
|
|
+ android:id="@+id/cl_score"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -186,7 +186,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
- android:text="手机号"
|
|
|
+ android:text="声部"
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -194,7 +194,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_phone"
|
|
|
+ android:id="@+id/tv_score"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginRight="28dp"
|
|
@@ -230,13 +230,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/cl_phone">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cl_score">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
- android:text="出生日期"
|
|
|
+ android:text="出生年份"
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -275,7 +275,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_score"
|
|
|
+ android:id="@+id/cl_phone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -285,7 +285,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
- android:text="声部"
|
|
|
+ android:text="手机号"
|
|
|
android:textColor="@color/color_1a1a1a"
|
|
|
android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -293,7 +293,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_score"
|
|
|
+ android:id="@+id/tv_phone"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginRight="28dp"
|
|
@@ -323,12 +323,13 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
+
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/cl_modify_psd"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/cl_score">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cl_phone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
@@ -341,7 +342,6 @@
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
-
|
|
|
<ImageView
|
|
|
android:layout_width="@dimen/dp_6"
|
|
|
android:layout_height="@dimen/dp_11"
|
|
@@ -352,6 +352,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<View
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp"
|
|
|
android:layout_marginLeft="11dp"
|
|
@@ -364,6 +365,7 @@
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/cl_certification"
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_55"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -403,11 +405,6 @@
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/cl_certification" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<TextView
|