|
53 | 53 | <com.google.android.material.textfield.TextInputEditText |
54 | 54 | android:id="@+id/loginApiKeyTextInput" |
55 | 55 | android:layout_width="match_parent" |
| 56 | + android:imeOptions="actionDone" |
| 57 | + android:inputType="text" |
56 | 58 | android:layout_height="wrap_content" |
57 | | - android:inputType="textMultiLine" |
58 | 59 | tools:ignore="TextContrastCheck" /> |
59 | 60 |
|
60 | 61 | </com.google.android.material.textfield.TextInputLayout> |
|
64 | 65 | style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox" |
65 | 66 | android:layout_width="match_parent" |
66 | 67 | android:layout_height="wrap_content" |
| 68 | + android:layout_marginTop="-40dp" |
67 | 69 | android:layout_marginBottom="224dp" |
68 | 70 | android:hint="@string/login_phone_number_sim1" |
69 | 71 | app:errorEnabled="true" |
|
76 | 78 | <com.google.android.material.textfield.TextInputEditText |
77 | 79 | android:id="@+id/loginPhoneNumberInputSIM1" |
78 | 80 | android:layout_width="match_parent" |
| 81 | + android:inputType="text" |
79 | 82 | android:layout_height="wrap_content" |
80 | | - android:inputType="textMultiLine" |
| 83 | + android:imeOptions="actionDone" |
81 | 84 | tools:ignore="TextContrastCheck" /> |
82 | 85 |
|
83 | 86 | </com.google.android.material.textfield.TextInputLayout> |
|
98 | 101 | android:id="@+id/loginPhoneNumberInputSIM2" |
99 | 102 | android:layout_width="match_parent" |
100 | 103 | android:layout_height="wrap_content" |
101 | | - android:inputType="textMultiLine" |
| 104 | + android:imeOptions="actionDone" |
| 105 | + android:inputType="text" |
102 | 106 | tools:ignore="TextContrastCheck" /> |
103 | 107 |
|
104 | 108 | </com.google.android.material.textfield.TextInputLayout> |
|
123 | 127 | <com.google.android.material.textfield.TextInputEditText |
124 | 128 | android:id="@+id/loginServerUrlInput" |
125 | 129 | android:layout_width="match_parent" |
| 130 | + android:imeOptions="actionDone" |
| 131 | + android:inputType="text" |
126 | 132 | android:layout_height="wrap_content" |
127 | | - android:inputType="textMultiLine" |
128 | 133 | tools:ignore="TextContrastCheck" /> |
129 | 134 |
|
130 | 135 | </com.google.android.material.textfield.TextInputLayout> |
|
0 commit comments