mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Added junk filter remark
This commit is contained in:
parent
63d8ed6a3c
commit
39cf269959
2 changed files with 14 additions and 0 deletions
|
@ -95,6 +95,19 @@
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/btnEditRules" />
|
app:layout_constraintTop_toBottomOf="@id/btnEditRules" />
|
||||||
|
|
||||||
|
<eu.faircode.email.FixedTextView
|
||||||
|
android:id="@+id/tvJunkFilterHint"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="6dp"
|
||||||
|
android:text="@string/title_junk_filter_hint"
|
||||||
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
|
android:textColor="?attr/colorWarning"
|
||||||
|
android:textStyle="italic"
|
||||||
|
app:layout_constraintEnd_toStartOf="@+id/ibInfoFilter"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/cbJunkFilter" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibInfoFilter"
|
android:id="@+id/ibInfoFilter"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<string name="title_junk_filter">Use local spam filter</string>
|
<string name="title_junk_filter">Use local spam filter</string>
|
||||||
|
<string name="title_junk_filter_hint">This may increase battery usage</string>
|
||||||
|
|
||||||
<string name="title_notification_sending">Sending messages</string>
|
<string name="title_notification_sending">Sending messages</string>
|
||||||
<string name="title_notification_waiting">Waiting for suitable connection</string>
|
<string name="title_notification_waiting">Waiting for suitable connection</string>
|
||||||
|
|
Loading…
Reference in a new issue