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 4977ca2f..25eab19a 100644 --- a/Clover/app/src/main/res/layout/layout_captcha_legacy.xml +++ b/Clover/app/src/main/res/layout/layout_captcha_legacy.xml @@ -37,7 +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:inputType="textVisiblePassword" android:singleLine="true" android:textSize="16sp" />