Added setup remark

pull/214/head
M66B 9 months ago
parent 1be4d55942
commit 5415eb4469

@ -225,6 +225,17 @@
app:layout_constraintStart_toEndOf="@id/one"
app:layout_constraintTop_toTopOf="@id/one" />
<TextView
android:id="@+id/tvQuickIntro"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_setup_wizard_intro"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/title1" />
<TextView
android:id="@+id/tvNoInternet"
android:layout_width="wrap_content"
@ -239,7 +250,7 @@
app:drawableTint="?attr/colorWarning"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/title1" />
app:layout_constraintTop_toBottomOf="@id/tvQuickIntro" />
<ImageButton
android:id="@+id/ibHelp"

@ -209,6 +209,7 @@
<string name="title_setup_quick_smtp">SMTP server to send messages</string>
<string name="title_setup_quick_certificates">Server certificates</string>
<string name="title_setup_wizard">Wizard</string>
<string name="title_setup_wizard_intro">In most cases the wizard button can be used to add an account, otherwise the server addresses can be entered or changed manually using the manual setup option</string>
<string name="title_setup_wizard_tutorials">Tutorials</string>
<string name="title_setup_wizard_multiple">The wizard can be used multiple times to set up multiple accounts</string>
<string name="title_setup_wizard_new">I need a new email address</string>

Loading…
Cancel
Save