|
@@ -1,5 +1,4 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
-<!--
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Nextcloud - Android Client
|
|
~ Nextcloud - Android Client
|
|
~
|
|
~
|
|
~ SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
|
|
~ SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
|
|
@@ -80,21 +79,15 @@
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/multiple_servers_layout"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:visibility="gone">
|
|
|
|
-
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/servers_spinner"
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:foregroundTint="#FFFFFF"
|
|
|
|
- android:spinnerMode="dialog"
|
|
|
|
- android:textColor="@color/white_helper_text" />
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <Spinner
|
|
|
|
+ android:id="@+id/servers_spinner"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:foregroundTint="#FFFFFF"
|
|
|
|
+ android:spinnerMode="dialog"
|
|
|
|
+ android:textColor="@color/white_helper_text"
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/host_url_input_helper_text"
|
|
android:id="@+id/host_url_input_helper_text"
|