Added remark

This commit is contained in:
M66B 2024-05-22 21:07:54 +02:00
parent 378c09eab6
commit 1d0406f1c0
2 changed files with 14 additions and 2 deletions

View File

@ -544,6 +544,17 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cardServer" /> app:layout_constraintTop_toBottomOf="@id/cardServer" />
<TextView
android:id="@+id/tvLoginBeforeSendHint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="@string/title_identity_receive_first_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbLoginBeforeSend" />
<Button <Button
android:id="@+id/btnCertificate" android:id="@+id/btnCertificate"
style="?android:attr/buttonStyleSmall" style="?android:attr/buttonStyleSmall"
@ -553,7 +564,7 @@
android:tag="disable" android:tag="disable"
android:text="@string/title_client_certificate" android:text="@string/title_client_certificate"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbLoginBeforeSend" /> app:layout_constraintTop_toBottomOf="@id/tvLoginBeforeSendHint" />
<TextView <TextView
android:id="@+id/tvCertificate" android:id="@+id/tvCertificate"
@ -1195,7 +1206,7 @@
tvProvider,spProvider, tvProvider,spProvider,
tvDomain,tvDomainHint,etDomain,btnAutoConfig, tvDomain,tvDomainHint,etDomain,btnAutoConfig,
cardServer, cardServer,
cbLoginBeforeSend, cbLoginBeforeSend,tvLoginBeforeSendHint,
btnCertificate,tvCertificate, btnCertificate,tvCertificate,
tvRealm,etRealm, tvRealm,etRealm,
cbUseIp,tvUseIpHint,tvEhlo,etEhlo,ibEhlo, cbUseIp,tvUseIpHint,tvEhlo,etEhlo,ibEhlo,

View File

@ -1183,6 +1183,7 @@
<string name="title_identity_email">Your email address</string> <string name="title_identity_email">Your email address</string>
<string name="title_identity_tenant" translatable="false">Tenant ID</string> <string name="title_identity_tenant" translatable="false">Tenant ID</string>
<string name="title_identity_tenant_hint">This field should be empty in most cases</string> <string name="title_identity_tenant_hint">This field should be empty in most cases</string>
<string name="title_identity_receive_first_hint">It is seldom necessary to turn on this option, moreover, data usage will increase!</string>
<string name="title_identity_color_hint">Identity colors take precedence over folder and account colors</string> <string name="title_identity_color_hint">Identity colors take precedence over folder and account colors</string>
<string name="title_advanced_sender">Allow editing sender address</string> <string name="title_advanced_sender">Allow editing sender address</string>
<string name="title_advanced_sender_name">Use name when sender address has been edited</string> <string name="title_advanced_sender_name">Use name when sender address has been edited</string>