diff --git a/Clover/app/src/main/res/layout/reply_captcha.xml b/Clover/app/src/main/res/layout/reply_captcha.xml index 6116a878..373b43dc 100644 --- a/Clover/app/src/main/res/layout/reply_captcha.xml +++ b/Clover/app/src/main/res/layout/reply_captcha.xml @@ -25,8 +25,9 @@ along with this program. If not, see . android:id="@+id/reply_captcha_text" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingBottom="16dp" android:text="@string/reply_captcha_tap_to_reload" - android:textSize="16sp" /> + android:textSize="14sp" /> . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_captcha" - android:inputType="textNoSuggestions|textVisiblePassword" /> + android:inputType="textNoSuggestions|textVisiblePassword" + android:minHeight="40dp" + android:textSize="14sp" />