summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tom79@noreply.codeberg.org>2023-12-09 09:27:17 +0000
committerThomas <tom79@noreply.codeberg.org>2023-12-09 09:27:17 +0000
commit3e033f517d2bfe44a53b81be3d6cf793ec957da9 (patch)
tree5885987ed5171dee337d3c1c6ad9b116e9af689a
parent1fd251580673c59aef4cb54ad6e1e3f2173b5081 (diff)
parent6071e0bd23c30dd4fc9ba7dc6608da7b5f544b3f (diff)
Merge pull request 'Improve login screen UX' (#983) from aur/Fedilab:develop into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/983
-rw-r--r--app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml b/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml
index 12a9a0a12..2dfece219 100644
--- a/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml
+++ b/app/src/main/res/layouts/mastodon/layout/fragment_login_main.xml
@@ -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>