mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Change imeOptions from actionNext to actionDone
After entering an instance name on the login screen, the soft input method is now automatically hidden.
This commit is contained in:
parent
655cfa0e75
commit
6ae6ff8484
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:dropDownAnchor="@id/login_instance_layout"
|
android:dropDownAnchor="@id/login_instance_layout"
|
||||||
android:hint="@string/instance_example"
|
android:hint="@string/instance_example"
|
||||||
android:imeOptions="actionNext"
|
android:imeOptions="actionDone"
|
||||||
android:inputType="textWebEmailAddress"
|
android:inputType="textWebEmailAddress"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
Loading…
Reference in a new issue