mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Added folder nav hint
This commit is contained in:
parent
d914c3054a
commit
ae51eb10d9
2 changed files with 13 additions and 0 deletions
|
@ -305,6 +305,18 @@
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/sbSwipeSensitivity"
|
app:layout_constraintTop_toBottomOf="@id/sbSwipeSensitivity"
|
||||||
app:switchPadding="12dp" />
|
app:switchPadding="12dp" />
|
||||||
|
|
||||||
|
<eu.faircode.email.FixedTextView
|
||||||
|
android:id="@+id/tvFolderNav"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginEnd="48dp"
|
||||||
|
android:text="@string/title_advanced_folder_nav_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/swFolderNav" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</androidx.cardview.widget.CardView>
|
</androidx.cardview.widget.CardView>
|
||||||
|
|
||||||
|
|
|
@ -780,6 +780,7 @@
|
||||||
<string name="title_advanced_check_reply_hint">This will check if the domain name of the sender and the reply address are the same</string>
|
<string name="title_advanced_check_reply_hint">This will check if the domain name of the sender and the reply address are the same</string>
|
||||||
<string name="title_advanced_lookup_mx_hint">This will check if DNS MX records exist</string>
|
<string name="title_advanced_lookup_mx_hint">This will check if DNS MX records exist</string>
|
||||||
<string name="title_advanced_sync_delay_hint">This will slow down synchronizing messages</string>
|
<string name="title_advanced_sync_delay_hint">This will slow down synchronizing messages</string>
|
||||||
|
<string name="title_advanced_folder_nav_hint">This will always return to the folder list of the related account from a message list</string>
|
||||||
|
|
||||||
<string name="title_advanced_suggest_names_hint">If disabled, only email addresses will be used when selecting contacts</string>
|
<string name="title_advanced_suggest_names_hint">If disabled, only email addresses will be used when selecting contacts</string>
|
||||||
<string name="title_advanced_suggest_local_hint">In addition to contacts provided by Android. Contact data will be stored for newly sent or received messages only when enabled.</string>
|
<string name="title_advanced_suggest_local_hint">In addition to contacts provided by Android. Contact data will be stored for newly sent or received messages only when enabled.</string>
|
||||||
|
|
Loading…
Reference in a new issue