mirror of https://github.com/M66B/FairEmail.git
Added write below remark text
This commit is contained in:
parent
a3d5e10ae6
commit
3f61350477
|
@ -596,6 +596,18 @@
|
||||||
app:layout_constraintTop_toBottomOf="@id/swExtendedReply"
|
app:layout_constraintTop_toBottomOf="@id/swExtendedReply"
|
||||||
app:switchPadding="12dp" />
|
app:switchPadding="12dp" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tvWriteBelowHint"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginEnd="48dp"
|
||||||
|
android:text="@string/title_advanced_write_below_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/swWriteBelow" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
android:id="@+id/swQuoteReply"
|
android:id="@+id/swQuoteReply"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
@ -605,7 +617,7 @@
|
||||||
android:text="@string/title_advanced_quote_reply"
|
android:text="@string/title_advanced_quote_reply"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/swWriteBelow"
|
app:layout_constraintTop_toBottomOf="@id/tvWriteBelowHint"
|
||||||
app:switchPadding="12dp" />
|
app:switchPadding="12dp" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
|
|
|
@ -924,6 +924,7 @@
|
||||||
<string name="title_advanced_send_reminders_hint">Show a warning when the message text or the subject is empty or when an attachment might be missing</string>
|
<string name="title_advanced_send_reminders_hint">Show a warning when the message text or the subject is empty or when an attachment might be missing</string>
|
||||||
<string name="title_advanced_reply_move_hint">The email server could still add the messages to the sent message folder</string>
|
<string name="title_advanced_reply_move_hint">The email server could still add the messages to the sent message folder</string>
|
||||||
<string name="title_advanced_compose_color_hint">Very light or very dark colors will result in illegible messages on the recipients\' side</string>
|
<string name="title_advanced_compose_color_hint">Very light or very dark colors will result in illegible messages on the recipients\' side</string>
|
||||||
|
<string name="title_advanced_write_below_hint">A recipient might miss your reply, for example when a longer message is being truncated</string>
|
||||||
<string name="title_advanced_attach_new_hint">Otherwise, add shared addresses or files to the current draft message</string>
|
<string name="title_advanced_attach_new_hint">Otherwise, add shared addresses or files to the current draft message</string>
|
||||||
<string name="title_advanced_usenet_hint">Insert \'-- \' between the text and the signature</string>
|
<string name="title_advanced_usenet_hint">Insert \'-- \' between the text and the signature</string>
|
||||||
<string name="title_advanced_remove_signature_hint">This can result in too little or too much text being removed</string>
|
<string name="title_advanced_remove_signature_hint">This can result in too little or too much text being removed</string>
|
||||||
|
|
Loading…
Reference in New Issue