From 3fadcc7b0741a3766b5132943245ddce2b6e38d8 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 27 Aug 2018 05:10:59 +0000 Subject: [PATCH] Disabled spell check for host names --- app/src/main/res/layout/fragment_account.xml | 2 +- app/src/main/res/layout/fragment_identity.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml index c49fdf5f..44830102 100644 --- a/app/src/main/res/layout/fragment_account.xml +++ b/app/src/main/res/layout/fragment_account.xml @@ -81,7 +81,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="imap.domain.tld" - android:inputType="text" + android:inputType="textNoSuggestions" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvHost" /> diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml index e63ba594..1500c4be 100644 --- a/app/src/main/res/layout/fragment_identity.xml +++ b/app/src/main/res/layout/fragment_identity.xml @@ -143,7 +143,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="smtp.domain.tld" - android:inputType="text" + android:inputType="textNoSuggestions" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvHost" />