From f756a6e6925b064d94046568fe7818552c2abe2c Mon Sep 17 00:00:00 2001 From: Florens Douwes Date: Fri, 21 Mar 2014 20:12:36 +0100 Subject: [PATCH] Decreased text size for the floating labels in reply fragment. --- Chan/res/layout/reply_view.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Chan/res/layout/reply_view.xml b/Chan/res/layout/reply_view.xml index 82eb1d56..90068f99 100644 --- a/Chan/res/layout/reply_view.xml +++ b/Chan/res/layout/reply_view.xml @@ -26,19 +26,13 @@ android:layout_height="wrap_content" android:orientation="vertical" > - - @@ -50,7 +44,7 @@ android:inputType="textEmailAddress" floatlabel:fitScreenWidth="full" - floatlabel:textSize="20sp" + floatlabel:textSize="16sp" floatlabel:hint="@string/reply_email" floatlabel:textColorHintFocused="@color/holo_blue_dark" floatlabel:textColorHintUnFocused="@android:color/darker_gray" /> @@ -61,7 +55,7 @@ android:layout_height="wrap_content" floatlabel:fitScreenWidth="full" - floatlabel:textSize="20sp" + floatlabel:textSize="16sp" floatlabel:hint="@string/reply_subject" floatlabel:textColorHintFocused="@color/holo_blue_dark" floatlabel:textColorHintUnFocused="@android:color/darker_gray" /> @@ -75,7 +69,7 @@ android:imeActionLabel="@string/reply_submit" floatlabel:fitScreenWidth="full" - floatlabel:textSize="20sp" + floatlabel:textSize="16sp" floatlabel:hint="@string/reply_comment" floatlabel:textColorHintFocused="@color/holo_blue_dark" floatlabel:textColorHintUnFocused="@android:color/darker_gray" />