1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Added hint

This commit is contained in:
M66B 2019-11-09 09:34:52 +01:00
parent 0fd0aba645
commit 4e2ec38878
2 changed files with 15 additions and 1 deletions

View file

@ -140,6 +140,19 @@
app:layout_constraintTop_toBottomOf="@id/swExpandAll"
app:switchPadding="12dp" />
<TextView
android:id="@+id/tvAutoSeenHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_autoseen_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/swExpandOne" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swCollapseMultiple"
android:layout_width="0dp"
@ -148,7 +161,7 @@
android:text="@string/title_advanced_collapse_multiple"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swExpandOne"
app:layout_constraintTop_toBottomOf="@id/tvAutoSeenHint"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat

View file

@ -371,6 +371,7 @@
<string name="title_advanced_inline_hint">Inline images are images included in the message</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>
<string name="title_advanced_sender_hint">Most providers do not allow modified sender addresses</string>