From a5b6587903d6fcfd983e6aad4dc8423412ca7395 Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 19 Oct 2014 15:54:28 +0200 Subject: [PATCH] No fullscreen keyboard in captcha input --- Clover/app/src/main/res/layout/reply_captcha.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Clover/app/src/main/res/layout/reply_captcha.xml b/Clover/app/src/main/res/layout/reply_captcha.xml index 373b43dc..776f9d81 100644 --- a/Clover/app/src/main/res/layout/reply_captcha.xml +++ b/Clover/app/src/main/res/layout/reply_captcha.xml @@ -40,6 +40,7 @@ along with this program. If not, see . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_captcha" + android:imeOptions="flagNoFullscreen" android:inputType="textNoSuggestions|textVisiblePassword" android:minHeight="40dp" android:textSize="14sp" />