|
129 | 129 | android:visibility="gone" |
130 | 130 | tools:visibility="visible" |
131 | 131 | app:constraint_referenced_ids="inbox, imap_login, imap_server, imap_port, imap_security_label, imap_security, outbox_view_spacer_top, |
132 | | - outbox, smtp_login, smtp_password, smtp_server, smtp_port, smtp_security_label, smtp_security, cert_check_label, cert_check, view_log_button, enforce_e2ee" /> |
| 132 | + outbox, smtp_login, smtp_password, smtp_server, smtp_port, smtp_security_label, smtp_security, cert_check_label, cert_check, view_log_button, enforce_e2ee_switch" /> |
133 | 133 |
|
134 | 134 | <ImageView |
135 | 135 | android:id="@+id/advanced_icon" |
|
157 | 157 | app:layout_constraintStart_toEndOf="@id/advanced_icon" |
158 | 158 | app:layout_constraintTop_toBottomOf="@id/no_servers_hint" /> |
159 | 159 |
|
160 | | - <androidx.appcompat.widget.SwitchCompat |
161 | | - android:id="@+id/enforce_e2ee_switch" |
162 | | - android:layout_width="0dp" |
163 | | - android:layout_height="wrap_content" |
164 | | - android:paddingTop="16dp" |
165 | | - android:paddingBottom="16dp" |
166 | | - android:text="@string/enforce_e2ee" |
167 | | - app:layout_constraintEnd_toEndOf="@id/guideline_root_end" |
168 | | - app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
169 | | - app:layout_constraintTop_toBottomOf="@id/advanced_text" /> |
170 | | - |
171 | 160 | <TextView |
172 | 161 | android:id="@+id/inbox" |
173 | 162 | android:layout_width="wrap_content" |
|
176 | 165 | android:layout_marginTop="8dp" |
177 | 166 | android:text="@string/login_inbox" |
178 | 167 | app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
179 | | - app:layout_constraintTop_toBottomOf="@id/enforce_e2ee_switch" /> |
| 168 | + app:layout_constraintTop_toBottomOf="@id/advanced_text" /> |
180 | 169 |
|
181 | 170 | <com.google.android.material.textfield.TextInputLayout |
182 | 171 | android:id="@+id/imap_login" |
|
373 | 362 | app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
374 | 363 | app:layout_constraintTop_toBottomOf="@id/cert_check_label" /> |
375 | 364 |
|
| 365 | + <androidx.appcompat.widget.SwitchCompat |
| 366 | + android:id="@+id/enforce_e2ee_switch" |
| 367 | + android:layout_width="0dp" |
| 368 | + android:layout_height="wrap_content" |
| 369 | + android:paddingTop="16dp" |
| 370 | + android:paddingBottom="16dp" |
| 371 | + android:text="@string/enforce_e2ee" |
| 372 | + app:layout_constraintEnd_toEndOf="@id/guideline_root_end" |
| 373 | + app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
| 374 | + app:layout_constraintTop_toBottomOf="@id/cert_check" /> |
| 375 | + |
376 | 376 | <TextView |
377 | 377 | android:id="@+id/view_log_button" |
378 | 378 | android:layout_width="0dp" |
|
386 | 386 | android:paddingBottom="32dp" |
387 | 387 | app:layout_constraintEnd_toEndOf="@id/guideline_root_end" |
388 | 388 | app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
389 | | - app:layout_constraintTop_toBottomOf="@id/cert_check" /> |
| 389 | + app:layout_constraintTop_toBottomOf="@id/enforce_e2ee_switch" /> |
390 | 390 |
|
391 | 391 | </androidx.constraintlayout.widget.ConstraintLayout> |
392 | 392 |
|
|
0 commit comments