Added hint text

pull/194/merge
M66B 3 years ago
parent 9d2bb498a0
commit dee7195c05

@ -443,6 +443,18 @@
app:layout_constraintTop_toBottomOf="@id/swExpandFirst"
app:switchPadding="12dp" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvExpandAllHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:text="@string/title_advanced_expandall_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swExpandAll" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swExpandOne"
android:layout_width="0dp"
@ -452,7 +464,7 @@
android:text="@string/title_advanced_expand_one"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swExpandAll"
app:layout_constraintTop_toBottomOf="@id/tvExpandAllHint"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat

@ -747,6 +747,7 @@
<string name="title_advanced_language_detection_hint">Language detection support depends on the device manufacturer</string>
<string name="title_advanced_autoexpand_hint">Automatically open message when there is just one message or just one unread message in a conversation</string>
<string name="title_advanced_expandall_hint">The answer button will not be shown when multiple messages are expanded because it is unclear which message the button applies to</string>
<string name="title_advanced_autoseen_hint">Automatically marking messages as read on expanding can be disabled in the advanced account settings of each account</string>
<string name="title_advanced_autoclose_hint">Automatically close conversations when all messages are archived, sent or trashed</string>
<string name="title_advanced_sender_hint">Most providers do not allow modified sender addresses</string>

Loading…
Cancel
Save