mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Added remark
This commit is contained in:
parent
355c8faacf
commit
8163660d23
2 changed files with 13 additions and 1 deletions
|
@ -27,12 +27,23 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:labelFor="@+id/etName"
|
||||
android:text="@string/title_unblock_all_remark"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textColor="?attr/colorWarning"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvCaption" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvHint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_unblock_all_hint"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textStyle="italic"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvRemark" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</ScrollView>
|
|
@ -119,6 +119,7 @@
|
|||
<string name="title_blocked_senders">Blocked senders</string>
|
||||
<string name="title_unblock_all">Unblock all</string>
|
||||
<string name="title_unblock_all_remark">This will reset all lists and options that could result in blocking senders</string>
|
||||
<string name="title_unblock_all_hint">Note that the app cannot prevent the email server from moving messages to the spam folder!</string>
|
||||
|
||||
<plurals name="title_ask_block_sender">
|
||||
<item quantity="one">Block sender of %1$s message?</item>
|
||||
|
|
Loading…
Reference in a new issue