Added remark

pull/217/head
M66B 6 months ago
parent 9ed142afdb
commit 614e8c7b21

@ -49,6 +49,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvMessage" />
<TextView
android:id="@+id/tvOptions"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_advanced_hint_options"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvRemark" />
<TextView
android:id="@+id/tvSetup"
android:layout_width="wrap_content"
@ -58,6 +69,6 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvRemark" />
app:layout_constraintTop_toBottomOf="@id/tvOptions" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>

@ -419,6 +419,12 @@
<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_options">
You will not need most of the options and since some options are quite specific,
it is understandable if the functioning of not all options is not immediately clear.
Please do not leave a bad review for just the number of options or for not understanding all the options right away.
All options are useful for more than a few people, but maybe not for you (yet).
</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