summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraur <noreply@aurantiacus.bsvr.net>2023-10-18 22:35:08 +0900
committeraur <noreply@aurantiacus.bsvr.net>2023-10-18 23:46:33 +0900
commit6ae6ff8484ee06f73723e9ee147b0b3133a7abe0 (patch)
tree8acdea92a86b04be37188bb6d891bb64b5327b72
parent655cfa0e7582cf8c16dae976b9bacebd71b425aa (diff)
Change imeOptions from actionNext to actionDone
After entering an instance name on the login screen, the soft input method is now automatically hidden.
-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>