From 410bc685f65be52c862c12d65479ed523a045941 Mon Sep 17 00:00:00 2001 From: Floens Date: Tue, 26 Aug 2014 20:28:32 +0200 Subject: [PATCH] Lower text size in captcha input --- Clover/app/src/main/res/layout/reply_captcha.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" />