Added remark

This commit is contained in:
M66B 2021-04-10 09:12:42 +02:00
parent e04a4c9ef8
commit 2b07ec7956
2 changed files with 14 additions and 1 deletions

View File

@ -41,6 +41,18 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/welcome" />
<eu.faircode.email.FixedTextView
android:id="@+id/simple"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="@string/title_setup_simple"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/intro" />
<View
android:id="@+id/vSeparatorWizard"
android:layout_width="0dp"
@ -49,7 +61,7 @@
android:background="?attr/colorSeparator"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/intro" />
app:layout_constraintTop_toBottomOf="@id/simple" />
<ImageView
android:id="@+id/one"

View File

@ -159,6 +159,7 @@
<string name="title_setup_help">Help</string>
<string name="title_setup_quick">Quick setup</string>
<string name="title_setup_intro">Setting up an account is just three steps and after that you can send and receive emails</string>
<string name="title_setup_simple">There is no need to change any other options</string>
<string name="title_setup_quick_accounts">Add accounts</string>
<string name="title_setup_quick_support">Some providers make it difficult to add an account. Please do not blame FairEmail for this, but ask for support instead.</string>
<string name="title_setup_quick_hint">The quick setup will fetch configuration information from autoconfig.thunderbird.net</string>