From f5e608836c93e69dc22547227ad44062464be7e2 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 11 Jan 2021 09:55:22 +0100 Subject: [PATCH] Added hint text --- app/src/main/res/layout/dialog_sync.xml | 15 +++++++++++++-- app/src/main/res/values/strings.xml | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/dialog_sync.xml b/app/src/main/res/layout/dialog_sync.xml index 640f70e7cb..ef5c65b94f 100644 --- a/app/src/main/res/layout/dialog_sync.xml +++ b/app/src/main/res/layout/dialog_sync.xml @@ -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" /> + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b958152a44..cd1b2852a6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -741,6 +741,7 @@ Synchronize now Subfolders Synchronize more messages + This will result in a single download of older messages, so it will not result in more battery usage for everyday use Synchronize Enable synchronization Disable synchronization