mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Added remark
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user