|
|
|
@ -495,30 +495,6 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swPreferContact"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivAuth"
|
|
|
|
|
android:layout_width="21dp"
|
|
|
|
|
android:layout_height="21dp"
|
|
|
|
|
android:contentDescription="@string/title_legend_auth"
|
|
|
|
|
android:tint="?attr/colorWarning"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/swAuthentication"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/swAuthentication"
|
|
|
|
|
app:srcCompat="@drawable/baseline_flag_24" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swAuthentication"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:checked="true"
|
|
|
|
|
android:text="@string/title_advanced_authentication"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivAuth"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swDistinguishContacts"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swSubjectTop"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -528,7 +504,7 @@
|
|
|
|
|
android:text="@string/title_advanced_subject_top"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swAuthentication"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swDistinguishContacts"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
@ -722,17 +698,6 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/spPreviewLines" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swAddresses"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:text="@string/title_advanced_addresses"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPreviewIssue"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|
android:id="@+id/tvCaptionBody"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -743,7 +708,18 @@
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swAddresses" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvPreviewIssue" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swAddresses"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:text="@string/title_advanced_addresses"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvCaptionBody"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swContrast"
|
|
|
|
@ -753,7 +729,7 @@
|
|
|
|
|
android:text="@string/title_advanced_contrast"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvCaptionBody"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swAddresses"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
@ -835,5 +811,41 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvImagesInlineHint"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|
android:id="@+id/tvAdvanced"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="@string/title_advanced_advanced"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swAttachmentsAlt" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivAuth"
|
|
|
|
|
android:layout_width="21dp"
|
|
|
|
|
android:layout_height="21dp"
|
|
|
|
|
android:contentDescription="@string/title_legend_auth"
|
|
|
|
|
android:tint="?attr/colorWarning"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/swAuthentication"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/swAuthentication"
|
|
|
|
|
app:srcCompat="@drawable/baseline_flag_24" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swAuthentication"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:checked="true"
|
|
|
|
|
android:text="@string/title_advanced_authentication"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivAuth"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvAdvanced"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|