diff --git a/Clover/app/src/main/res/layout/reply_input.xml b/Clover/app/src/main/res/layout/reply_input.xml index 09bc10cd..206ce4c3 100644 --- a/Clover/app/src/main/res/layout/reply_input.xml +++ b/Clover/app/src/main/res/layout/reply_input.xml @@ -29,7 +29,7 @@ along with this program. If not, see . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_name" - android:minHeight="48dp" + android:minHeight="40dp" android:textSize="14sp" /> . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_subject" - android:minHeight="48dp" + android:minHeight="40dp" android:textSize="14sp" /> . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_email" - android:minHeight="48dp" + android:minHeight="40dp" android:textSize="14sp" /> . android:hint="@string/reply_comment" android:imeActionLabel="@string/reply_submit" android:inputType="textMultiLine|textCapSentences|textAutoCorrect" + android:paddingTop="12dp" android:minLines="4" android:textSize="14sp" />