Add helper text for WebDAV URL field

This commit is contained in:
Torsten Grote 2024-05-07 16:02:35 -03:00 committed by Chirayu Desai
parent d0cf168198
commit c04ddfa9a0
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="16dp" android:layout_margin="16dp"
app:helperText="@string/storage_webdav_config_url_helper"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"

View file

@ -100,6 +100,7 @@
<string name="storage_webdav_option_title">WebDAV Cloud (beta)</string> <string name="storage_webdav_option_title">WebDAV Cloud (beta)</string>
<string name="storage_webdav_option_summary">Integrated direct WebDAV access</string> <string name="storage_webdav_option_summary">Integrated direct WebDAV access</string>
<string name="storage_webdav_config_url">WebDAV URL</string> <string name="storage_webdav_config_url">WebDAV URL</string>
<string name="storage_webdav_config_url_helper">Be sure to enter the full URL here. E.g. for Nextcloud, it has the form https://yourserver.com/remote.php/webdav</string>
<string name="storage_webdav_config_user">User name</string> <string name="storage_webdav_config_user">User name</string>
<string name="storage_webdav_config_pass">Password</string> <string name="storage_webdav_config_pass">Password</string>
<string name="storage_webdav_config_button">Use WebDAV cloud</string> <string name="storage_webdav_config_button">Use WebDAV cloud</string>