Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 18e839f

Browse files
minervapandatimabbott
authored andcommitted
Shrink font size in compose message box.
This decreases the font size in chatbox.xml. Fixes #177.
1 parent 1ce3d6f commit 18e839f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/chatbox.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
android:layout_weight="1"
5454
android:hint="@string/tap_message"
5555
android:inputType="textCapSentences|textMultiLine"
56-
android:maxLines="4" />
56+
android:maxLines="4"
57+
android:textSize="15sp" />
5758

5859
<ImageView
5960
android:id="@+id/send_btn"
@@ -88,4 +89,4 @@
8889
</LinearLayout>
8990

9091

91-
</merge>
92+
</merge>

0 commit comments

Comments
 (0)