From c04ddfa9a0eb06cee5bc9e7bb3c75877180052ef Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 7 May 2024 16:02:35 -0300 Subject: [PATCH] Add helper text for WebDAV URL field --- app/src/main/res/layout/fragment_webdav_config.xml | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_webdav_config.xml b/app/src/main/res/layout/fragment_webdav_config.xml index f6272ef1..c3828fb1 100644 --- a/app/src/main/res/layout/fragment_webdav_config.xml +++ b/app/src/main/res/layout/fragment_webdav_config.xml @@ -13,6 +13,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_margin="16dp" + app:helperText="@string/storage_webdav_config_url_helper" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b5538aef..5fa45261 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -100,6 +100,7 @@ WebDAV Cloud (beta) Integrated direct WebDAV access WebDAV URL + Be sure to enter the full URL here. E.g. for Nextcloud, it has the form https://yourserver.com/remote.php/webdav User name Password Use WebDAV cloud