|
|
@ -556,6 +556,19 @@
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swNotifyGrouping"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swNotifyGrouping"
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
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
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
android:id="@+id/swNotifyBackgroundOnly"
|
|
|
|
android:id="@+id/swNotifyBackgroundOnly"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
@ -564,7 +577,7 @@
|
|
|
|
android:text="@string/title_advanced_notify_background"
|
|
|
|
android:text="@string/title_advanced_notify_background"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swNotifyPrivate"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvNotifySensitiveHint"
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|