1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Added remark

This commit is contained in:
M66B 2023-02-01 11:24:13 +01:00
parent f0d8a54f1d
commit 011f9dbb95
2 changed files with 14 additions and 1 deletions

View file

@ -205,6 +205,18 @@
app:layout_constraintTop_toBottomOf="@id/swDateBold"
app:switchPadding="12dp" />
<TextView
android:id="@+id/tvCategoryHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_category"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swCategory" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swCards"
android:layout_width="0dp"
@ -214,7 +226,7 @@
android:text="@string/title_advanced_cards"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swCategory"
app:layout_constraintTop_toBottomOf="@id/tvCategoryHint"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat

View file

@ -526,6 +526,7 @@
<string name="title_advanced_nav_pinned_count">Show the number of unread messages in the pinned navigation menu</string>
<string name="title_advanced_startup">Show on start screen</string>
<string name="title_advanced_cards">Use card style instead of tabular style</string>
<string name="title_advanced_category">The account category can be configured in the advanced account options via the main settings screen</string>
<string name="title_advanced_cards_beige">Use beige background when using card style (light themes only)</string>
<string name="title_advanced_tabular_background">Use card color as background color when using tabular style</string>
<string name="title_advanced_cards_shadow">Use shadow for unread messages when using card style</string>