summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nextcloud_auth_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/nextcloud_auth_dialog.xml')
-rw-r--r--app/src/main/res/layout/nextcloud_auth_dialog.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/src/main/res/layout/nextcloud_auth_dialog.xml b/app/src/main/res/layout/nextcloud_auth_dialog.xml
index 08cf05ef9..c08c5b969 100644
--- a/app/src/main/res/layout/nextcloud_auth_dialog.xml
+++ b/app/src/main/res/layout/nextcloud_auth_dialog.xml
@@ -7,6 +7,12 @@
android:orientation="vertical"
android:clipToPadding="false">
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="16dp"
+ android:text="@string/synchronization_host_explanation" />
+
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/serverUrlTextInput"
android:layout_width="match_parent"
@@ -18,7 +24,7 @@
android:id="@+id/serverUrlText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/gpodnetauth_host"
+ android:hint="@string/synchronization_host_label"
android:inputType="textNoSuggestions"
android:lines="1"
android:imeOptions="actionNext|flagNoFullscreen" />
@@ -55,9 +61,9 @@
android:layout_marginBottom="16dp" />
<Button
- android:id="@+id/loginButton"
+ android:id="@+id/chooseHostButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/gpodnetauth_login_butLabel" />
+ android:text="@string/proceed_to_login_butLabel" />
</LinearLayout>