|
@@ -58,11 +58,14 @@
|
|
|
android:layout_height="250dp"
|
|
|
>
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
-
|
|
|
+ android:id="@+id/sets_username"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
android:layout_marginTop="60dp"
|
|
|
-
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/sets_tel"
|
|
|
>
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
android:layout_width="140dp"
|
|
@@ -85,6 +88,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
android:layout_marginTop="100dp"
|
|
|
+ android:id="@+id/sets_tel"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/sets_mail"
|
|
|
>
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
android:layout_width="140dp"
|
|
@@ -108,6 +116,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
android:layout_marginTop="140dp"
|
|
|
+ android:id="@+id/sets_mail"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/sets_sex"
|
|
|
>
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
android:layout_width="140dp"
|
|
@@ -131,6 +144,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="50dp"
|
|
|
android:layout_marginTop="180dp"
|
|
|
+ android:id="@+id/sets_sex"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
>
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
android:layout_width="140dp"
|