mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Added hint text
This commit is contained in:
parent
ccc4cc9ace
commit
b2764c0c40
2 changed files with 13 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue