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 +