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:
aur 2023-10-18 22:35:08 +09:00
parent 655cfa0e75
commit 6ae6ff8484
No known key found for this signature in database
GPG Key ID: EAC479A7D1426187
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
android:layout_height="wrap_content"
android:dropDownAnchor="@id/login_instance_layout"
android:hint="@string/instance_example"
android:imeOptions="actionNext"
android:imeOptions="actionDone"
android:inputType="textWebEmailAddress"
android:singleLine="true" />
</com.google.android.material.textfield.TextInputLayout>