From ffb95b68f706baa19b03688ed664203bcef8e220 Mon Sep 17 00:00:00 2001
From: Taras <tarassmakula@gmail.com>
Date: Tue, 27 Sep 2022 15:39:44 +0300
Subject: [PATCH] Action done for signup type input

---
 app/src/main/res/layout/fragment_select_sign_up_type.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_select_sign_up_type.xml b/app/src/main/res/layout/fragment_select_sign_up_type.xml
index 41b1f3ab2..5c9d952f2 100644
--- a/app/src/main/res/layout/fragment_select_sign_up_type.xml
+++ b/app/src/main/res/layout/fragment_select_sign_up_type.xml
@@ -71,7 +71,6 @@
         android:layout_height="wrap_content"
         android:layout_marginEnd="4dp"
         android:hint="@string/username"
-        app:layout_constraintBottom_toTopOf="@id/tilPassword"
         app:layout_constraintEnd_toStartOf="@id/tvServerDomain"
         app:layout_constraintHorizontal_weight="0.6"
         app:layout_constraintStart_toStartOf="parent"
@@ -80,7 +79,7 @@
         <com.google.android.material.textfield.TextInputEditText
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:imeOptions="actionNext"
+            android:imeOptions="actionDone"
             android:inputType="text"
             android:maxLines="1"
             android:padding="12dp" />
-- 
GitLab