|
|
|
@ -279,6 +279,18 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swWatchdog"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swUpdatesWeekly"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:checked="true"
|
|
|
|
|
android:text="@string/title_advanced_updates"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUpdates"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swExperiments"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -287,7 +299,7 @@
|
|
|
|
|
android:text="@string/title_advanced_experiments"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUpdates"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUpdatesWeekly"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
|