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" />