mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Added car hint text
This commit is contained in:
parent
feab958d41
commit
2b6bcdaf5e
2 changed files with 15 additions and 1 deletions
|
@ -571,6 +571,19 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/swNotifySuppressInCall"
|
||||
app:switchPadding="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvNotifySuppressInCarHint"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="48dp"
|
||||
android:text="@string/title_advanced_notify_car_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/swNotifySuppressInCar" />
|
||||
|
||||
<androidx.appcompat.widget.SwitchCompat
|
||||
android:id="@+id/swNotifyRemove"
|
||||
android:layout_width="0dp"
|
||||
|
@ -580,7 +593,7 @@
|
|||
android:text="@string/title_advanced_notify_remove"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/swNotifySuppressInCar"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvNotifySuppressInCarHint"
|
||||
app:switchPadding="12dp" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -887,6 +887,7 @@
|
|||
|
||||
<string name="title_advanced_badge_hint">Only available on supported launchers</string>
|
||||
<string name="title_advanced_notify_action_hint">At most three actions will be shown</string>
|
||||
<string name="title_advanced_notify_car_hint">Connected means something is being projected, such as a map for navigation</string>
|
||||
<string name="title_advanced_notify_remove_hint">New message notifications will always be removed on being swiped away and on marking messages read</string>
|
||||
<string name="title_advanced_notify_manage_hint">Tap on the channel name to set the channel properties</string>
|
||||
<string name="title_advanced_notify_manage_default_hint">To set the default sound, etc</string>
|
||||
|
|
Loading…
Reference in a new issue