mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Added hint text
This commit is contained in:
parent
7edf30016e
commit
f5e608836c
2 changed files with 14 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
android:id="@+id/tvSync"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:labelFor="@+id/etKeyword"
|
||||
android:text="@string/title_synchronize_more"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
|
@ -30,7 +30,7 @@
|
|||
android:id="@+id/etMonths"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:hint="@string/title_months_all"
|
||||
android:imeOptions="actionDone"
|
||||
|
@ -53,4 +53,15 @@
|
|||
app:layout_constraintBottom_toBottomOf="@id/etMonths"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/etMonths" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvSystem"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_synchronize_more_hint"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textStyle="italic"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/etMonths" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -741,6 +741,7 @@
|
|||
<string name="title_synchronize_now">Synchronize now</string>
|
||||
<string name="title_synchronize_subfolders">Subfolders</string>
|
||||
<string name="title_synchronize_more">Synchronize more messages</string>
|
||||
<string name="title_synchronize_more_hint">This will result in a single download of older messages, so it will not result in more battery usage for everyday use</string>
|
||||
<string name="title_synchronize_enabled">Synchronize</string>
|
||||
<string name="title_synchronize_batch_enable">Enable synchronization</string>
|
||||
<string name="title_synchronize_batch_disable">Disable synchronization</string>
|
||||
|
|
Loading…
Reference in a new issue