From 735c2a78ed9e9cbaeb7dbb9e409eac0c0233e3b7 Mon Sep 17 00:00:00 2001 From: Andy Klimczak Date: Sun, 5 Jun 2016 10:35:42 -0400 Subject: [PATCH] Disabled autocorrect for captcha input field --- Clover/app/src/main/res/layout/layout_captcha_legacy.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Clover/app/src/main/res/layout/layout_captcha_legacy.xml b/Clover/app/src/main/res/layout/layout_captcha_legacy.xml index 33b7397e..4977ca2f 100644 --- a/Clover/app/src/main/res/layout/layout_captcha_legacy.xml +++ b/Clover/app/src/main/res/layout/layout_captcha_legacy.xml @@ -37,6 +37,7 @@ along with this program. If not, see . android:layout_height="match_parent" android:layout_weight="1" android:hint="@string/reply_captcha_text" + android:inputType="textFilter" android:singleLine="true" android:textSize="16sp" />