mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Added remark
This commit is contained in:
parent
15fed990a0
commit
650f2bcc64
2 changed files with 15 additions and 1 deletions
|
@ -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…
Reference in a new issue