From 18e839f7d7149b254a0ff920f423bc6e3c4164fe Mon Sep 17 00:00:00 2001 From: Minerva Panda Date: Thu, 6 Oct 2016 12:22:00 +0530 Subject: [PATCH] Shrink font size in compose message box. This decreases the font size in chatbox.xml. Fixes #177. --- app/src/main/res/layout/chatbox.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/chatbox.xml b/app/src/main/res/layout/chatbox.xml index 342213a85f443a..14079abfe29e5c 100644 --- a/app/src/main/res/layout/chatbox.xml +++ b/app/src/main/res/layout/chatbox.xml @@ -53,7 +53,8 @@ android:layout_weight="1" android:hint="@string/tap_message" android:inputType="textCapSentences|textMultiLine" - android:maxLines="4" /> + android:maxLines="4" + android:textSize="15sp" /> - \ No newline at end of file +