mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Added remark
This commit is contained in:
parent
97f042b299
commit
ccaaa40853
2 changed files with 15 additions and 1 deletions
|
@ -556,6 +556,19 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/swNotifyGrouping"
|
||||
app:switchPadding="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvNotifySensitiveHint"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="48dp"
|
||||
android:text="@string/title_advanced_notify_sensitive_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/swNotifyPrivate" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/swNotifyBackgroundOnly"
|
||||
android:layout_width="0dp"
|
||||
|
@ -564,7 +577,7 @@
|
|||
android:text="@string/title_advanced_notify_background"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/swNotifyPrivate"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvNotifySensitiveHint"
|
||||
app:switchPadding="12dp" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
|
|
|
@ -1071,6 +1071,7 @@
|
|||
<string name="title_advanced_wearable_hint">Notifications are only sent to a wearable after the message text has been downloaded</string>
|
||||
<string name="title_advanced_messaging_hint">This is required for Android Auto support</string>
|
||||
<string name="title_advanced_move_hint">The target folder can be configured in the account settings</string>
|
||||
<string name="title_advanced_notify_sensitive_hint">Requires disabling sensitive notifications in Android\'s settings</string>
|
||||
<string name="title_advanced_notify_no_grouping">This Android version does not support notification grouping</string>
|
||||
<string name="title_advanced_notify_no_channels">This Android version does not support notification channels</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue