|
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" /> |
| 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" |
|
362 | 362 | app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
363 | 363 | app:layout_constraintTop_toBottomOf="@id/cert_check_label" /> |
364 | 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 | + |
365 | 376 | <TextView |
366 | 377 | android:id="@+id/view_log_button" |
367 | 378 | android:layout_width="0dp" |
|
375 | 386 | android:paddingBottom="32dp" |
376 | 387 | app:layout_constraintEnd_toEndOf="@id/guideline_root_end" |
377 | 388 | app:layout_constraintStart_toStartOf="@id/guideline_root_start" |
378 | | - app:layout_constraintTop_toBottomOf="@id/cert_check" /> |
| 389 | + app:layout_constraintTop_toBottomOf="@id/enforce_e2ee_switch" /> |
379 | 390 |
|
380 | 391 | </androidx.constraintlayout.widget.ConstraintLayout> |
381 | 392 |
|
|
0 commit comments