1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 21:28:54 +00:00

Added remark

This commit is contained in:
M66B 2021-10-24 15:07:56 +02:00
parent 15fed990a0
commit 650f2bcc64
2 changed files with 15 additions and 1 deletions

View file

@ -37,6 +37,17 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvCaption" /> app:layout_constraintTop_toBottomOf="@id/tvCaption" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvRemark"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_advanced_hint_remark"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvMessage" />
<eu.faircode.email.FixedTextView <eu.faircode.email.FixedTextView
android:id="@+id/tvSetup" android:id="@+id/tvSetup"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -46,6 +57,6 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvMessage" /> app:layout_constraintTop_toBottomOf="@id/tvRemark" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</eu.faircode.email.ScrollViewEx> </eu.faircode.email.ScrollViewEx>

View file

@ -316,6 +316,9 @@
You are navigating to the more advanced options. You are navigating to the more advanced options.
All options have commonly used standard values, which you do not need to change unless you have a different preference. All options have commonly used standard values, which you do not need to change unless you have a different preference.
</string> </string>
<string name="title_advanced_hint_remark">
The options are categorized by tab, divided into sections, organized by appearance or use, and searchable.
</string>
<string name="title_advanced_hint_setup">You can configure an account by tapping the wizard button on the main configuration screen.</string> <string name="title_advanced_hint_setup">You can configure an account by tapping the wizard button on the main configuration screen.</string>
<string name="title_advanced_section_main">Main</string> <string name="title_advanced_section_main">Main</string>