Added remark

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

@ -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>

@ -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>

Loading…
Cancel
Save