From 732e2965c7b9a9a5368f1dd8734052604346632e Mon Sep 17 00:00:00 2001 From: Hugh Greenberg Date: Tue, 26 Feb 2019 12:28:43 -0700 Subject: [PATCH] Reduced the title font size (#54) --- app/src/main/res/layout/message_item.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/message_item.xml b/app/src/main/res/layout/message_item.xml index ddfdd0d..d1f63e1 100644 --- a/app/src/main/res/layout/message_item.xml +++ b/app/src/main/res/layout/message_item.xml @@ -18,14 +18,16 @@ @@ -45,6 +47,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="8dp" + android:layout_marginTop="4dp" android:layout_marginEnd="8dp" android:autoLink="web" app:layout_constraintEnd_toEndOf="parent"