Added remark

This commit is contained in:
M66B 2021-12-08 23:04:18 +01:00
parent 62999c1521
commit f6061486c7
2 changed files with 12 additions and 1 deletions

View File

@ -447,6 +447,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbBody" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvBodyRemark"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/title_rule_body_remark"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/etBody" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvAndBody"
android:layout_width="wrap_content"
@ -457,7 +467,7 @@
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/etBody" />
app:layout_constraintTop_toBottomOf="@+id/tvBodyRemark" />
<View
android:id="@+id/vSeparatorDate"

View File

@ -1475,6 +1475,7 @@
<string name="title_rule_mime_type" translatable="false">Mime type</string>
<string name="title_rule_header">Header contains</string>
<string name="title_rule_body">Text contains</string>
<string name="title_rule_body_remark">Using this condition will always download the message text for all new messages in this folder</string>
<string name="title_rule_time_abs">Absolute time (received) between</string>
<string name="title_rule_time_after">Received after</string>
<string name="title_rule_time_before">Received before</string>