|
62 | 62 | android:gravity="center" |
63 | 63 | android:text="@string/ftue_auth_create_account_title" |
64 | 64 | android:textColor="?vctr_content_primary" |
65 | | - app:layout_constraintBottom_toTopOf="@id/createAccountHeaderSubtitle" |
| 65 | + app:layout_constraintBottom_toTopOf="@id/createAccountHeaderTitle" |
66 | 66 | app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd" |
67 | 67 | app:layout_constraintStart_toStartOf="@id/createAccountGutterStart" |
68 | 68 | app:layout_constraintTop_toBottomOf="@id/createAccountHeaderIcon" /> |
69 | 69 |
|
70 | | - <TextView |
71 | | - android:id="@+id/createAccountHeaderSubtitle" |
72 | | - style="@style/Widget.Vector.TextView.Subtitle" |
73 | | - android:layout_width="0dp" |
74 | | - android:layout_height="wrap_content" |
75 | | - android:layout_marginTop="8dp" |
76 | | - android:gravity="center" |
77 | | - android:text="@string/ftue_auth_create_account_subtitle" |
78 | | - android:textColor="?vctr_content_secondary" |
79 | | - app:layout_constraintBottom_toTopOf="@id/titleContentSpacing" |
80 | | - app:layout_constraintEnd_toEndOf="@id/createAccountGutterEnd" |
81 | | - app:layout_constraintStart_toStartOf="@id/createAccountGutterStart" |
82 | | - app:layout_constraintTop_toBottomOf="@id/createAccountHeaderTitle" /> |
83 | | - |
84 | 70 | <Space |
85 | 71 | android:id="@+id/titleContentSpacing" |
86 | 72 | android:layout_width="match_parent" |
87 | 73 | android:layout_height="0dp" |
88 | 74 | app:layout_constraintBottom_toTopOf="@id/chooseYourServerHeader" |
89 | 75 | app:layout_constraintHeight_percent="0.03" |
90 | | - app:layout_constraintTop_toBottomOf="@id/createAccountHeaderSubtitle" /> |
| 76 | + app:layout_constraintTop_toBottomOf="@id/createAccountHeaderTitle" /> |
91 | 77 |
|
92 | 78 | <TextView |
93 | 79 | android:id="@+id/chooseYourServerHeader" |
|
113 | 99 | app:layout_constraintBottom_toTopOf="@id/serverSelectionSpacing" |
114 | 100 | app:layout_constraintEnd_toStartOf="@id/editServerButton" |
115 | 101 | app:layout_constraintStart_toStartOf="@id/createAccountGutterStart" |
116 | | - app:layout_constraintTop_toBottomOf="@id/chooseYourServerHeader" /> |
| 102 | + app:layout_constraintTop_toBottomOf="@id/chooseYourServerHeader" |
| 103 | + tools:text="matrix.org" /> |
117 | 104 |
|
118 | 105 | <Button |
119 | 106 | android:id="@+id/editServerButton" |
|
0 commit comments