Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hibbe <dev@mhibbe.de>2022-10-20 19:39:42 +0300
committerMarcel Hibbe <dev@mhibbe.de>2022-10-24 14:03:53 +0300
commit436770d8440667200e43d8a50e57f01a0ff218db (patch)
tree98651b7f69ffc52a5455bbff14d89b6bbe523cb0 /app/src/main/res
parent3e0620db0aa383f7b864435fcb6d36106603815f (diff)
simplify logic for server selection screen
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/controller_server_selection.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/controller_server_selection.xml b/app/src/main/res/layout/controller_server_selection.xml
index c90817e39..68a5356c5 100644
--- a/app/src/main/res/layout/controller_server_selection.xml
+++ b/app/src/main/res/layout/controller_server_selection.xml
@@ -152,7 +152,7 @@
tools:visibility="visible" />
<TextView
- android:id="@+id/helper_text_view"
+ android:id="@+id/import_or_choose_provider_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="42dp"