Added remark

pull/194/merge
M66B 3 years ago
parent 15fed990a0
commit 650f2bcc64

@ -37,6 +37,17 @@
app:layout_constraintStart_toStartOf="parent"
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
android:id="@+id/tvSetup"
android:layout_width="wrap_content"
@ -46,6 +57,6 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvMessage" />
app:layout_constraintTop_toBottomOf="@id/tvRemark" />
</androidx.constraintlayout.widget.ConstraintLayout>
</eu.faircode.email.ScrollViewEx>

@ -316,6 +316,9 @@
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.
</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_section_main">Main</string>

Loading…
Cancel
Save