Added hint text

This commit is contained in:
M66B 2022-04-14 09:00:41 +02:00
parent 519ab376b8
commit 6a1e81a571
2 changed files with 12 additions and 0 deletions

View File

@ -85,5 +85,16 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvRemark" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvRemark3"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_synchronize_more_hint3"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvRemark2" />
</androidx.constraintlayout.widget.ConstraintLayout>
</eu.faircode.email.ScrollViewEx>

View File

@ -1006,6 +1006,7 @@
Messages will be fetched as fast as the email server can deliver them and stored as fast as the device can store and index them.
The limiting factor is usually the speed of the device\'s internal storage space.
</string>
<string name="title_synchronize_more_hint3">Please keep in mind that storing a lot of messages (ten thousand or more) on your device can cause delays because the internal storage space is not infinitely fast.</string>
<string name="title_synchronize_enabled">Synchronize</string>
<string name="title_synchronize_batch_enable">Enable synchronization</string>
<string name="title_synchronize_batch_disable">Disable synchronization</string>