aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-01-21 15:00:29 +0100
committerChristian Schneppe <christian@pix-art.de>2018-01-21 15:00:29 +0100
commit701c454e3f76293e1c27cc41baec73fc549dad9f (patch)
tree1674ee1127010a94e69feeae60b0e7d1fdcce132 /src/main
parent319bf1eefb6f9128823e27827c66907758a7d914 (diff)
add soft keyboard next button functionality
Diffstat (limited to 'src/main')
-rw-r--r--src/main/res/layout/activity_edit_account.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml
index 55e4900ac..7b60b7a64 100644
--- a/src/main/res/layout/activity_edit_account.xml
+++ b/src/main/res/layout/activity_edit_account.xml
@@ -65,6 +65,7 @@
android:layout_height="wrap_content"
android:hint="@string/account_settings_example_jabber_id"
android:inputType="textEmailAddress"
+ android:imeOptions="actionNext"
android:textColor="@color/black87"
android:textColorHint="@color/black54"
android:textSize="?attr/TextSizeBody" />