Added remark

pull/214/head
M66B 6 months ago
parent 42d31278a5
commit 20ef3967d8

@ -756,6 +756,19 @@
app:layout_constraintTop_toBottomOf="@id/swThreadingUnread"
app:switchPadding="12dp" />
<TextView
android:id="@+id/tvIndentationHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_indentation_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swIndentation" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swSeekbar"
android:layout_width="0dp"
@ -764,7 +777,7 @@
android:text="@string/title_advanced_seekbar"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swIndentation"
app:layout_constraintTop_toBottomOf="@id/tvIndentationHint"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat

@ -1037,6 +1037,7 @@
<string name="title_advanced_split_hint">This will split the screen into parts</string>
<string name="title_advanced_split_min_hint">This is a condition intended for foldable devices</string>
<string name="title_advanced_threading_hint">Group messages related to each other</string>
<string name="title_advanced_indentation_hint">For card style only</string>
<string name="title_advanced_highlight_hint">The accent color of the theme will be used for highlighting</string>
<string name="title_advanced_privacy_risk">There might be a privacy risk</string>
<string name="title_advanced_name_email_hint">Names will only be shown when available</string>

Loading…
Cancel
Save