Merge pull request 'Improve login screen UX' (#983) from aur/Fedilab:develop into develop

Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/983
This commit is contained in:
Thomas 2023-12-09 09:27:17 +00:00
commit 3e033f517d
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>