Added hint text

This commit is contained in:
M66B 2020-11-15 20:16:34 +01:00
parent ccc4cc9ace
commit b2764c0c40
2 changed files with 13 additions and 1 deletions

View File

@ -76,6 +76,17 @@
app:layout_constraintTop_toBottomOf="@id/swConversationActionsReplies"
app:switchPadding="12dp" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvLanguageDetectionHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_language_detection_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swLanguageDetection" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvDelayHint"
android:layout_width="0dp"
@ -87,7 +98,7 @@
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swLanguageDetection" />
app:layout_constraintTop_toBottomOf="@id/tvLanguageDetectionHint" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvDefaultSnooze"

View File

@ -575,6 +575,7 @@
<string name="title_advanced_inline_hint">Inline images are images included in the message</string>
<string name="title_advanced_parse_classes_hint">This will more accurately display messages, but possibly with a delay</string>
<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_autoseen_hint">Automatically marking messages read on expanding can be disabled in the individual account settings</string>
<string name="title_advanced_autoclose_hint">Automatically close conversations when all messages are archived, sent or trashed</string>