mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Added hint text
This commit is contained in:
parent
50896e5e4b
commit
fb125013ea
2 changed files with 14 additions and 1 deletions
|
@ -259,6 +259,18 @@
|
||||||
app:layout_constraintTop_toBottomOf="@id/tvDownloadEmlHint"
|
app:layout_constraintTop_toBottomOf="@id/tvDownloadEmlHint"
|
||||||
app:switchPadding="12dp" />
|
app:switchPadding="12dp" />
|
||||||
|
|
||||||
|
<eu.faircode.email.FixedTextView
|
||||||
|
android:id="@+id/tvPlainHint"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginEnd="48dp"
|
||||||
|
android:text="@string/title_advanced_plain_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/swDownloadPlain" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
android:id="@+id/swValidated"
|
android:id="@+id/swValidated"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
@ -267,7 +279,7 @@
|
||||||
android:text="@string/title_advanced_validated"
|
android:text="@string/title_advanced_validated"
|
||||||
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/swDownloadPlain"
|
app:layout_constraintTop_toBottomOf="@id/tvPlainHint"
|
||||||
app:switchPadding="12dp" />
|
app:switchPadding="12dp" />
|
||||||
|
|
||||||
<eu.faircode.email.FixedTextView
|
<eu.faircode.email.FixedTextView
|
||||||
|
|
|
@ -761,6 +761,7 @@
|
||||||
<string name="title_advanced_metered_warning">Disabling this option will disable receiving and sending messages on mobile internet connections</string>
|
<string name="title_advanced_metered_warning">Disabling this option will disable receiving and sending messages on mobile internet connections</string>
|
||||||
<string name="title_advanced_rlah_hint">Assuming no roaming within the EU</string>
|
<string name="title_advanced_rlah_hint">Assuming no roaming within the EU</string>
|
||||||
<string name="title_advanced_usage_hint">This will increase battery, data and storage space usage</string>
|
<string name="title_advanced_usage_hint">This will increase battery, data and storage space usage</string>
|
||||||
|
<string name="title_advanced_plain_hint">Enabling this will limit data usage, but messages will be shown without styling</string>
|
||||||
<string name="title_advanced_tcp_keep_alive_hint">Enabling this can cause connection problems on some devices</string>
|
<string name="title_advanced_tcp_keep_alive_hint">Enabling this can cause connection problems on some devices</string>
|
||||||
<string name="title_advanced_validate_hint">This can result in not synchronizing messages, for example when using a VPN, but also in other situations</string>
|
<string name="title_advanced_validate_hint">This can result in not synchronizing messages, for example when using a VPN, but also in other situations</string>
|
||||||
<string name="title_advanced_timeout_hint">The read/write timeout will be set to the double of the connection timeout. Higher values will result in more battery use.</string>
|
<string name="title_advanced_timeout_hint">The read/write timeout will be set to the double of the connection timeout. Higher values will result in more battery use.</string>
|
||||||
|
|
Loading…
Reference in a new issue