Added remark

This commit is contained in:
M66B 2024-01-17 16:08:57 +01:00
parent 86b65c9512
commit 240f5d2c6e
2 changed files with 16 additions and 2 deletions

View File

@ -250,6 +250,19 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvExempted" />
<TextView
android:id="@+id/tvPollExempted"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_with_exceptions"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/rvExempted" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swPollMetered"
android:layout_width="0dp"
@ -259,7 +272,7 @@
android:text="@string/title_advanced_poll_metered"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/rvExempted"
app:layout_constraintTop_toBottomOf="@id/tvPollExempted"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat
@ -501,7 +514,7 @@
android:id="@+id/grpExempted"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="tvExempted,rvExempted,swPollMetered,swPollUnmetered" />
app:constraint_referenced_ids="tvExempted,rvExempted,tvPollExempted,swPollMetered,swPollUnmetered" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView>

View File

@ -420,6 +420,7 @@
<string name="title_advanced_when">When</string>
<string name="title_advanced_optimize">Automatically optimize</string>
<string name="title_advanced_always">Always receive messages for these accounts</string>
<string name="title_advanced_with_exceptions">With the following exceptions:</string>
<string name="title_advanced_poll_metered">Periodically check for new messages while on a metered network</string>
<string name="title_advanced_poll_unmetered">Periodically check for new messages while on an unmetered network</string>
<string name="title_advanced_schedule">Schedule</string>