|
97 | 97 | android:layout_width="0dp" |
98 | 98 | android:layout_height="wrap_content" |
99 | 99 | android:hint="@string/ftue_auth_choose_server_entry_hint" |
100 | | - app:layout_constraintBottom_toTopOf="@id/chooseServerEntryFooter" |
| 100 | + app:layout_constraintBottom_toTopOf="@id/actionSpacing" |
101 | 101 | app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd" |
102 | 102 | app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart" |
103 | 103 | app:layout_constraintTop_toBottomOf="@id/titleContentSpacing"> |
|
111 | 111 |
|
112 | 112 | </com.google.android.material.textfield.TextInputLayout> |
113 | 113 |
|
114 | | - <TextView |
115 | | - android:id="@+id/chooseServerEntryFooter" |
116 | | - style="@style/Widget.Vector.TextView.Micro" |
117 | | - android:layout_width="0dp" |
118 | | - android:layout_height="wrap_content" |
119 | | - android:layout_marginTop="4dp" |
120 | | - android:text="@string/ftue_auth_choose_server_entry_footer" |
121 | | - app:layout_constraintBottom_toTopOf="@id/actionSpacing" |
122 | | - app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd" |
123 | | - app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart" |
124 | | - app:layout_constraintTop_toBottomOf="@id/chooseServerInput" /> |
125 | | - |
126 | 114 | <Space |
127 | 115 | android:id="@+id/actionSpacing" |
128 | 116 | android:layout_width="match_parent" |
129 | 117 | android:layout_height="0dp" |
130 | 118 | app:layout_constraintBottom_toTopOf="@id/chooseServerSubmit" |
131 | | - app:layout_constraintHeight_percent="0.02" |
132 | | - app:layout_constraintTop_toBottomOf="@id/chooseServerEntryFooter" /> |
| 119 | + app:layout_constraintHeight_percent="0.03" |
| 120 | + app:layout_constraintTop_toBottomOf="@id/chooseServerInput" /> |
133 | 121 |
|
134 | 122 | <Button |
135 | 123 | android:id="@+id/chooseServerSubmit" |
|
0 commit comments