Skip to content

Commit

Permalink
Shrink font size in compose message box.
Browse files Browse the repository at this point in the history
This decreases the font size in chatbox.xml.

Fixes nodejs#177.
  • Loading branch information
minervapanda authored and timabbott committed Oct 9, 2016
1 parent 1ce3d6f commit 18e839f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/chatbox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<ImageView
android:id="@+id/send_btn"
Expand Down Expand Up @@ -88,4 +89,4 @@
</LinearLayout>


</merge>
</merge>

0 comments on commit 18e839f

Please sign in to comment.